Compartilhar via


Propriedade do RDL Fields

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
Public Property Fields As String()
    Get
    Set
'Uso
Dim instance As PropertiesRequest
Dim value As String()

value = instance.Fields

instance.Fields = value
public string[] Fields { get; set; }
public:
property array<String^>^ Fields {
    array<String^>^ get ();
    void set (array<String^>^ value);
}
member Fields : string[] with get, set
function get Fields () : String[]
function set Fields (value : String[])

Valor da propriedade

Tipo: array<System. . :: . .String> [] () [] []
The properties to be brought back.