SfcObjectExtender<TSfcInstance> 构造函数 (TSfcInstance)
Initializes a new instance of the SfcObjectExtender<TSfcInstance> class with the specified parent. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
命名空间: Microsoft.SqlServer.Management.Sdk.Sfc
程序集: Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
语法
声明
Public Sub New ( _
parent As TSfcInstance _
)
用法
Dim parent As TSfcInstance
Dim instance As New SfcObjectExtender(parent)
public SfcObjectExtender(
TSfcInstance parent
)
public:
SfcObjectExtender(
TSfcInstance parent
)
new :
parent:'TSfcInstance -> SfcObjectExtender
public function SfcObjectExtender(
parent : TSfcInstance
)
参数
- parent
类型:TSfcInstance
The parent object used as a base property provider.
请参阅
参考
SfcObjectExtender<TSfcInstance> 类