SfcSimpleNodeFactory.GetSimpleNode Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- adapter
- SimpleNodeAdapter