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 an ISqlSession object which represents the SQL database that is being upgraded by calling the SPDatabaseAction object.
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Friend MustOverride ReadOnly Property SqlSession As ISqlSession
Get
'Usage
Dim value As ISqlSession
value = Me.SqlSession
protected internal abstract ISqlSession SqlSession { get; }
Property Value
Type: Microsoft.SharePoint.Utilities.ISqlSession
An ISqlSession interface which represents the SQL database that is being upgraded by calling SPDatabaseAction object.