Udostępnij za pośrednictwem


Konstruktor SfcConnectionContext

Inicjuje nowe wystąpienie SfcConnectionContext klasyNie 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
Public Sub New ( _
    domain As ISfcHasConnection _
)
'Użycie
Dim domain As ISfcHasConnection

Dim instance As New SfcConnectionContext(domain)
public SfcConnectionContext(
    ISfcHasConnection domain
)
public:
SfcConnectionContext(
    ISfcHasConnection^ domain
)
new : 
        domain:ISfcHasConnection -> SfcConnectionContext
public function SfcConnectionContext(
    domain : ISfcHasConnection
)

Parametry