Méthode SfcSimpleNodeFactory.GetSimpleNode (Object, SimpleNodeAdapter)
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, _
adapter As SimpleNodeAdapter _
) As ISfcSimpleNode
'Utilisation
Dim instance As SfcSimpleNodeFactory
Dim node As Object
Dim adapter As SimpleNodeAdapter
Dim returnValue As ISfcSimpleNode
returnValue = instance.GetSimpleNode(node, _
adapter)
public ISfcSimpleNode GetSimpleNode(
Object node,
SimpleNodeAdapter adapter
)
public:
ISfcSimpleNode^ GetSimpleNode(
Object^ node,
SimpleNodeAdapter^ adapter
)
member GetSimpleNode :
node:Object *
adapter:SimpleNodeAdapter -> ISfcSimpleNode
public function GetSimpleNode(
node : Object,
adapter : SimpleNodeAdapter
) : ISfcSimpleNode
Paramètres
- node
Type : System.Object
The object that represents the node.
- adapter
Type : Microsoft.SqlServer.Management.Sdk.Sfc.SimpleNodeAdapter
The exception to be thrown.
Valeur de retour
Type : Microsoft.SqlServer.Management.Sdk.Sfc.ISfcSimpleNode
The SfcSimpleNode that represents the specified legacy node.