SPDatabaseSequence.DatabaseConnectionString property

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.

See also

Reference

SPDatabaseSequence class

SPDatabaseSequence members

Microsoft.SharePoint.Upgrade namespace