Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the connection string for the database that is being upgraded.
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected MustOverride ReadOnly Property DatabaseConnectionString As String
Get
'Usage
Dim value As String
value = Me.DatabaseConnectionString
protected abstract string DatabaseConnectionString { get; }
Property Value
Type: System.String
A string that contains the connection string for the database that is being upgraded.