Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the value of the dictionary as a list of children. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
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>
Property Value
Type: Microsoft.SqlServer.Management.Sdk.Sfc.ISfcSimpleMap<String, ISfcSimpleNode>
The value of the dictionary.