Proprietà ConnectionContext
Gets the connection context mode for the connection. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
ReadOnly Property ConnectionContext As SfcConnectionContext
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcConnectionContext
A SfcConnectionContext object that specifies the connection context mode.
Vedere anche