Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the active connection for the domain root. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Sub SetConnection ( _
connection As ISfcConnection _
)
'Usage
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
)
Parameters
- connection
Type: Microsoft.SqlServer.Management.Common.ISfcConnection
An ISfcConnection object that represents the connection to use.