SfcDependencyEngine.Add 메서드 (SfcInstance, SfcInstance, SfcTypeRelation)
Adds a new tuple relation of a parent node and its child node which depends on it.
네임스페이스: 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
The parent node of the dependent child node.
- objChild
유형: Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
The child node dependent on the existence of the parent node.
- relation
유형: Microsoft.SqlServer.Management.Sdk.Sfc.SfcTypeRelation
The type of relation between the parent and the child nodes.