Partilhar via


Propriedade do RDL SfcReferenceSelectorAttribute.Field

Gets the field that needs to be return by the query. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Public ReadOnly Property Field As String 
    Get
'Uso
Dim instance As SfcReferenceSelectorAttribute 
Dim value As String 

value = instance.Field
public string Field { get; }
public:
property String^ Field {
    String^ get ();
}
member Field : string
function get Field () : String

Valor da propriedade

Tipo: System.String
A string that specifies the field that needs to be return by the query.

Consulte também

Referência

SfcReferenceSelectorAttribute Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc.Metadata