ISfcSimpleNode.RelatedObjects Property

Definition

A simple indexer of children. It is keyed by the Relation's property name as defined by SfcMetadataDiscovery.

The value of the dictionary is a list of children.

public Microsoft.SqlServer.Management.Sdk.Sfc.ISfcSimpleMap<string,Microsoft.SqlServer.Management.Sdk.Sfc.ISfcSimpleNode> RelatedObjects { get; }
member this.RelatedObjects : Microsoft.SqlServer.Management.Sdk.Sfc.ISfcSimpleMap<string, Microsoft.SqlServer.Management.Sdk.Sfc.ISfcSimpleNode>
Public ReadOnly Property RelatedObjects As ISfcSimpleMap(Of String, ISfcSimpleNode)

Property Value

Applies to