Método Add (SfcInstance, SfcInstance, SfcTypeRelation)
Adds a new tuple relation of a parent node and its child node which depends on it. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public Sub Add ( _
objParent As SfcInstance, _
objChild As SfcInstance, _
relation As SfcTypeRelation _
)
'Uso
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
)
Parâmetros
- objParent
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcInstance
The parent node of the dependent child node.
- objChild
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcInstance
The child node dependent on the existence of the parent node.
- relation
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcTypeRelation
The type of the relation of the nodes.
Consulte também