Compartir a través de


GetSimpleNode Método (Object, SimpleNodeAdapter)

Obtains the SfcSimpleNode that represents the specified legacy node. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public Function GetSimpleNode ( _
    node As Object, _
    adapter As SimpleNodeAdapter _
) As ISfcSimpleNode
'Uso
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

Parámetros

Valor devuelto

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