Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets the simple indexer of children list.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
ReadOnly Property RelatedContainers As ISfcSimpleMap(Of String, ISfcSimpleList)
Get
'Utilizzo
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>
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.ISfcSimpleMap<String, ISfcSimpleList>
The simple indexer of children list.