ISfcSimpleNode.RelatedObjects Propiedad
Gets the value of the dictionary as a list of children. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
ReadOnly Property RelatedObjects As ISfcSimpleMap(Of String, ISfcSimpleNode)
Get
'Uso
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>
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.ISfcSimpleMap<String, ISfcSimpleNode>
The value of the dictionary.