Udostępnij za pośrednictwem


Metoda ISfcHasConnection.SetConnection

Ustawia aktywne połączenie dla katalogu głównego domena.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
Sub SetConnection ( _
    connection As ISfcConnection _
)
'Użycie
Dim instance As ISfcHasConnection
Dim connection As ISfcConnection

instance.SetConnection(connection)
void SetConnection(
    ISfcConnection connection
)
void SetConnection(
    ISfcConnection^ connection
)
abstract SetConnection : 
        connection:ISfcConnection -> unit 
function SetConnection(
    connection : ISfcConnection
)

Parametry