SfcConnectionContext 构造函数
Initializes a new instance of the SfcConnectionContext class. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
命名空间: Microsoft.SqlServer.Management.Sdk.Sfc
程序集: Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
语法
声明
Public Sub New ( _
___domain As ISfcHasConnection _
)
用法
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
)
参数
- ___domain
类型:Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .ISfcHasConnection
An ISfcHasConnection object that contains the connection to the ___domain instance. If this value is nullNothingnullptrunitnull 引用(在 Visual Basic 中为 Nothing), the Mode property is set to Offline and cannot be changed; otherwise, the Mode property is set to Online.