Partager via


Propriété RelatedObjects

Gets the value of the dictionary as a list of children. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

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 RelatedObjects As ISfcSimpleMap(Of String, ISfcSimpleNode)
    Get
'Utilisation
Dim instance As ISfcSimpleNode
Dim value As ISfcSimpleMap(Of String, ISfcSimpleNode)

value = instance.RelatedObjects
ISfcSimpleMap<string, ISfcSimpleNode> RelatedObjects { get; }
property ISfcSimpleMap<String^, ISfcSimpleNode^>^ RelatedObjects {
    ISfcSimpleMap<String^, ISfcSimpleNode^>^ get ();
}
abstract RelatedObjects : ISfcSimpleMap<string, ISfcSimpleNode>
function get RelatedObjects () : ISfcSimpleMap<String, ISfcSimpleNode>

Valeur de propriété

Type : Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .ISfcSimpleMap< (Of < ( <'String, ISfcSimpleNode> ) > ) >
The value of the dictionary.