Właściwość ISfcHasConnection.ConnectionContext
Pobiera kontekst trybu połączenia dla połączenia.Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.
Przestrzeń nazw: Microsoft.SqlServer.Management.Sdk.Sfc
Zestaw: Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Składnia
'Deklaracja
ReadOnly Property ConnectionContext As SfcConnectionContext
Get
'Użycie
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
Wartość właściwości
Typ: Microsoft.SqlServer.Management.Sdk.Sfc.SfcConnectionContext
A SfcConnectionContext obiekt, który określa tryb połączenia kontekstu.
Zobacz także