Obtains the SfcSimpleNode that represents the specified legacy node. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
命名空間: Microsoft.SqlServer.Management.Sdk.Sfc
組件: Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
語法
'宣告
Public Function GetSimpleNode ( _
node As Object _
) As ISfcSimpleNode
'用途
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
參數
- node
型別:System.Object
The object that represents the node.
傳回值
型別:Microsoft.SqlServer.Management.Sdk.Sfc.ISfcSimpleNode
The SfcSimpleNode that represents the specified legacy node.