Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets the simple indexer of children list.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
ReadOnly Property RelatedContainers As ISfcSimpleMap(Of String, ISfcSimpleList)
Get
'Utilisation
Dim instance As ISfcSimpleNode
Dim value As ISfcSimpleMap(Of String, ISfcSimpleList)
value = instance.RelatedContainers
ISfcSimpleMap<string, ISfcSimpleList> RelatedContainers { get; }
property ISfcSimpleMap<String^, ISfcSimpleList^>^ RelatedContainers {
ISfcSimpleMap<String^, ISfcSimpleList^>^ get ();
}
abstract RelatedContainers : ISfcSimpleMap<string, ISfcSimpleList>
function get RelatedContainers () : ISfcSimpleMap<String, ISfcSimpleList>
Valeur de propriété
Type : Microsoft.SqlServer.Management.Sdk.Sfc.ISfcSimpleMap<String, ISfcSimpleList>
The simple indexer of children list.