Właściwość DacDomain.ISfcHasConnection.ConnectionContext
Pobiera określony kontekst dla połączenia.
Przestrzeń nazw: Microsoft.SqlServer.Management.Dac
Zestaw: Microsoft.SqlServer.Management.Dac (w Microsoft.SqlServer.Management.Dac.dll)
Składnia
'Deklaracja
Private ReadOnly Property ConnectionContext As SfcConnectionContext
Implements ISfcHasConnection.ConnectionContext
Get
'Użycie
Dim instance As DacDomain
Dim value As SfcConnectionContext
value = CType(instance, ISfcHasConnection).ConnectionContext
SfcConnectionContext ISfcHasConnection.ConnectionContext { get; }
private:
virtual property SfcConnectionContext^ ConnectionContext {
SfcConnectionContext^ get () sealed = ISfcHasConnection::ConnectionContext::get;
}
private abstract ConnectionContext : SfcConnectionContext
private override ConnectionContext : SfcConnectionContext
Język JScript obsługuje używanie jawnych implementacji interfejsów, ale nie obsługuje deklarowania nowych.
Wartość właściwości
Typ: Microsoft.SqlServer.Management.Sdk.Sfc.SfcConnectionContext
Zwraca SfcConnectionContext reprezentujących określony kontekst dla połączenia...