ISfcSimpleNode.RelatedContainers Property

Definition

A simple indexer of children list. 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.ISfcSimpleList> RelatedContainers { get; }
member this.RelatedContainers : Microsoft.SqlServer.Management.Sdk.Sfc.ISfcSimpleMap<string, Microsoft.SqlServer.Management.Sdk.Sfc.ISfcSimpleList>
Public ReadOnly Property RelatedContainers As ISfcSimpleMap(Of String, ISfcSimpleList)

Property Value

Applies to