Metodo GetSimpleNode (Object)
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 _
) As ISfcSimpleNode
'Utilizzo
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
Parametri
- node
Tipo: System. . :: . .Object
The object that represents the node.
Valore restituito
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .ISfcSimpleNode
The SfcSimpleNode that represents the specified legacy node.
Vedere anche