SfcDependencyEngine.Add メソッド (SfcInstance, SfcInstance, SfcTypeRelation)

親ノードおよびそれに依存する子ノードという新しい 1 組のリレーションシップを追加します。このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

名前空間:  Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ:  Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)

構文

'宣言
Public Sub Add ( _
    objParent As SfcInstance, _
    objChild As SfcInstance, _
    relation As SfcTypeRelation _
)
'使用
Dim instance As SfcDependencyEngine 
Dim objParent As SfcInstance 
Dim objChild As SfcInstance 
Dim relation As SfcTypeRelation

instance.Add(objParent, objChild, relation)
public void Add(
    SfcInstance objParent,
    SfcInstance objChild,
    SfcTypeRelation relation
)
public:
void Add(
    SfcInstance^ objParent, 
    SfcInstance^ objChild, 
    SfcTypeRelation relation
)
member Add : 
        objParent:SfcInstance * 
        objChild:SfcInstance * 
        relation:SfcTypeRelation -> unit
public function Add(
    objParent : SfcInstance, 
    objChild : SfcInstance, 
    relation : SfcTypeRelation
)

パラメーター

関連項目

参照

SfcDependencyEngine クラス

Add オーバーロード

Microsoft.SqlServer.Management.Sdk.Sfc 名前空間