SPContentDatabaseExtensionUpgradeAction.SqlSession property
This member overrides SPDatabaseAction.SqlSession.
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Friend Overrides ReadOnly Property SqlSession As ISqlSession
Get
'Usage
Dim value As ISqlSession
value = Me.SqlSession
protected internal override ISqlSession SqlSession { get; }
Property value
Type: Microsoft.SharePoint.Utilities.ISqlSession
See also
Reference
SPContentDatabaseExtensionUpgradeAction class