Método GetSimpleNode (Object)
Obtains the SfcSimpleNode that represents the specified legacy node. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
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
- node
Tipo: System. . :: . .Object
The object that represents the node.
Valor de retorno
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .ISfcSimpleNode
The SfcSimpleNode that represents the specified legacy node.
Consulte também