ISfcSimpleNode.RelatedContainers Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)