SfcSimpleNodeFactory.GetSimpleNode Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| Nom | Description |
|---|---|
| GetSimpleNode(Object) |
Obtient un SfcSimpleNode représente le nœud hérité spécifié. Le nœud spécifié doit être un type IAlienObject ou SfcInstance. |
| GetSimpleNode(Object, SimpleNodeAdapter) |
Obtient un SfcSimpleNode représente le nœud hérité spécifié. Le nœud spécifié doit être un type IAlienObject ou SfcInstance. |
GetSimpleNode(Object)
Obtient un SfcSimpleNode représente le nœud hérité spécifié. Le nœud spécifié doit être un type IAlienObject ou SfcInstance.
public Microsoft.SqlServer.Management.Sdk.Sfc.ISfcSimpleNode GetSimpleNode(object node);
member this.GetSimpleNode : obj -> Microsoft.SqlServer.Management.Sdk.Sfc.ISfcSimpleNode
Public Function GetSimpleNode (node As Object) As ISfcSimpleNode
Paramètres
- node
- Object
Retours
S’applique à
GetSimpleNode(Object, SimpleNodeAdapter)
Obtient un SfcSimpleNode représente le nœud hérité spécifié. Le nœud spécifié doit être un type IAlienObject ou SfcInstance.
public Microsoft.SqlServer.Management.Sdk.Sfc.ISfcSimpleNode GetSimpleNode(object node, Microsoft.SqlServer.Management.Sdk.Sfc.SimpleNodeAdapter adapter);
member this.GetSimpleNode : obj * Microsoft.SqlServer.Management.Sdk.Sfc.SimpleNodeAdapter -> Microsoft.SqlServer.Management.Sdk.Sfc.ISfcSimpleNode
Public Function GetSimpleNode (node As Object, adapter As SimpleNodeAdapter) As ISfcSimpleNode
Paramètres
- node
- Object
- adapter
- SimpleNodeAdapter