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
)
パラメーター
- objParent
型: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcInstance
子ノードが依存する親ノードです。
- objChild
型: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcInstance
親ノードの存在に依存する子ノードです。
- relation
型: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcTypeRelation
これらのノードのリレーションシップの種類です。