SfcSimpleNodeFactory.GetSimpleNode Method

Definition

Overloads

GetSimpleNode(Object)

Obtains a SfcSimpleNode represents the specified legacy node. The specified node must be either a type of IAlienObject or SfcInstance.

GetSimpleNode(Object, SimpleNodeAdapter)

Obtains a SfcSimpleNode represents the specified legacy node. The specified node must be either a type of IAlienObject or SfcInstance.

GetSimpleNode(Object)

Obtains a SfcSimpleNode represents the specified legacy node. The specified node must be either a type of IAlienObject or SfcInstance.

public Microsoft.SqlServer.Management.Sdk.Sfc.ISfcSimpleNode GetSimpleNode (object node);
member this.GetSimpleNode : obj -> Microsoft.SqlServer.Management.Sdk.Sfc.ISfcSimpleNode
Public Function GetSimpleNode (node As Object) As ISfcSimpleNode

Parameters

node
Object

Returns

Applies to

GetSimpleNode(Object, SimpleNodeAdapter)

Obtains a SfcSimpleNode represents the specified legacy node. The specified node must be either a type of IAlienObject or SfcInstance.

public Microsoft.SqlServer.Management.Sdk.Sfc.ISfcSimpleNode GetSimpleNode (object node, Microsoft.SqlServer.Management.Sdk.Sfc.SimpleNodeAdapter adapter);
member this.GetSimpleNode : obj * Microsoft.SqlServer.Management.Sdk.Sfc.SimpleNodeAdapter -> Microsoft.SqlServer.Management.Sdk.Sfc.ISfcSimpleNode
Public Function GetSimpleNode (node As Object, adapter As SimpleNodeAdapter) As ISfcSimpleNode

Parameters

node
Object

Returns

Applies to