Add 方法 (SfcInstance)

Add a new single object node with no directional relation to either a parent or child node. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

命名空间:  Microsoft.SqlServer.Management.Sdk.Sfc
程序集:  Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

语法

声明
Public Sub Add ( _
    obj As SfcInstance _
)
用法
Dim instance As SfcDependencyEngine
Dim obj As SfcInstance

instance.Add(obj)
public void Add(
    SfcInstance obj
)
public:
void Add(
    SfcInstance^ obj
)
member Add : 
        obj:SfcInstance -> unit 
public function Add(
    obj : SfcInstance
)

参数