Freigeben über


SfcSimpleNodeFactory.GetSimpleNode-Methode (Object, SimpleNodeAdapter)

Obtains the SfcSimpleNode that represents the specified legacy node. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

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, _
    adapter As SimpleNodeAdapter _
) As ISfcSimpleNode
'Usage
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

Parameter

Rückgabewert

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

Siehe auch

Verweis

SfcSimpleNodeFactory Klasse

GetSimpleNode-Überladung

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace