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, _
adapter As SimpleNodeAdapter _
) As ISfcSimpleNode
'用途
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
參數
- node
型別:System.Object
The object that represents the node.
- adapter
型別:Microsoft.SqlServer.Management.Sdk.Sfc.SimpleNodeAdapter
The exception to be thrown.
傳回值
型別:Microsoft.SqlServer.Management.Sdk.Sfc.ISfcSimpleNode
The SfcSimpleNode that represents the specified legacy node.