Compartir a través de


GetSimpleNode Método (Object)

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 _
) As ISfcSimpleNode
'Uso
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

Parámetros

Valor devuelto

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