Compartilhar via


Construtor SfcConnectionContext

Initializes a new instance of the SfcConnectionContext class. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Public Sub New ( _
    domain As ISfcHasConnection _
)
'Uso
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
)

Parâmetros

Consulte também

Referência

SfcConnectionContext Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc