共用方式為


ISfcSimpleNode.RelatedObjects 屬性

Gets the value of the dictionary as a list of children. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。

命名空間:  Microsoft.SqlServer.Management.Sdk.Sfc
組件:  Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

語法

'宣告
ReadOnly Property RelatedObjects As ISfcSimpleMap(Of String, ISfcSimpleNode)
    Get
'用途
Dim instance As ISfcSimpleNode 
Dim value As ISfcSimpleMap(Of String, ISfcSimpleNode)

value = instance.RelatedObjects
ISfcSimpleMap<string, ISfcSimpleNode> RelatedObjects { get; }
property ISfcSimpleMap<String^, ISfcSimpleNode^>^ RelatedObjects {
    ISfcSimpleMap<String^, ISfcSimpleNode^>^ get ();
}
abstract RelatedObjects : ISfcSimpleMap<string, ISfcSimpleNode>
function get RelatedObjects () : ISfcSimpleMap<String, ISfcSimpleNode>

屬性值

型別:Microsoft.SqlServer.Management.Sdk.Sfc.ISfcSimpleMap<String, ISfcSimpleNode>
The value of the dictionary.

請參閱

參考

ISfcSimpleNode 介面

Microsoft.SqlServer.Management.Sdk.Sfc 命名空間