Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Obtains the SfcSimpleNode that represents the specified legacy node. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Function GetSimpleNode ( _
node As Object _
) As ISfcSimpleNode
'Usage
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
Parameters
- node
Type: System.Object
The object that represents the node.
Return Value
Type: Microsoft.SqlServer.Management.Sdk.Sfc.ISfcSimpleNode
The SfcSimpleNode that represents the specified legacy node.