Propriedade do RDL RelatedObjects
Gets the value of the dictionary as a list of children. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .ISfcSimpleMap< (Of < ( <'String, ISfcSimpleNode> ) > ) >
The value of the dictionary.
Consulte também