Partilhar via


Propriedade do RDL FieldDictionary

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 FieldDictionary As Dictionary(Of String, Object)
    Get
'Uso
Dim instance As IUrnFragment
Dim value As Dictionary(Of String, Object)

value = instance.FieldDictionary
Dictionary<string, Object> FieldDictionary { get; }
property Dictionary<String^, Object^>^ FieldDictionary {
    Dictionary<String^, Object^>^ get ();
}
abstract FieldDictionary : Dictionary<string, Object>
function get FieldDictionary () : Dictionary<String, Object>

Valor da propriedade

Tipo: System.Collections.Generic. . :: . .Dictionary< (Of < ( <'String, Object> ) > ) >
The dictionary of the specified field.