Condividi tramite


Metodo GetSimpleNode (Object, SimpleNodeAdapter)

Obtains the SfcSimpleNode that represents the specified legacy node. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public Function GetSimpleNode ( _
    node As Object, _
    adapter As SimpleNodeAdapter _
) As ISfcSimpleNode
'Utilizzo
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

Parametri

Valore restituito

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