Méthode SfcSimpleNodeFactory.GetSimpleNode (Object)

Obtains the SfcSimpleNode that represents the specified legacy node. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Function GetSimpleNode ( _
    node As Object _
) As ISfcSimpleNode
'Utilisation
Dim instance As SfcSimpleNodeFactory 
Dim node As Object 
Dim returnValue As ISfcSimpleNode 

returnValue = instance.GetSimpleNode(node)
public ISfcSimpleNode GetSimpleNode(
    Object node
)
public:
ISfcSimpleNode^ GetSimpleNode(
    Object^ node
)
member GetSimpleNode : 
        node:Object -> ISfcSimpleNode
public function GetSimpleNode(
    node : Object
) : ISfcSimpleNode

Paramètres

  • node
    Type : System.Object
    The object that represents the node.

Valeur de retour

Type : Microsoft.SqlServer.Management.Sdk.Sfc.ISfcSimpleNode
The SfcSimpleNode that represents the specified legacy node.

Voir aussi

Référence

SfcSimpleNodeFactory Classe

Surcharge GetSimpleNode

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc