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 context mode for the connection. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
ReadOnly Property ConnectionContext As SfcConnectionContext
Get
'Usage
Dim instance As ISfcHasConnection
Dim value As SfcConnectionContext
value = instance.ConnectionContext
SfcConnectionContext ConnectionContext { get; }
property SfcConnectionContext^ ConnectionContext {
SfcConnectionContext^ get ();
}
abstract ConnectionContext : SfcConnectionContext
function get ConnectionContext () : SfcConnectionContext
Property Value
Type: Microsoft.SqlServer.Management.Sdk.Sfc.SfcConnectionContext
A SfcConnectionContext object that specifies the connection context mode.