RelatedObjects-Eigenschaft
Gets the value of the dictionary as a list of children. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
ReadOnly Property RelatedObjects As ISfcSimpleMap(Of String, ISfcSimpleNode)
Get
'Usage
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>
Eigenschaftswert
Typ: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .ISfcSimpleMap< (Of < ( <'String, ISfcSimpleNode> ) > ) >
The value of the dictionary.