Partilhar via


Propriedade do RDL Distinct

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 ReadOnly Property Distinct As Boolean
    Get
'Uso
Dim instance As XmlReadSettings
Dim value As Boolean

value = instance.Distinct
public bool Distinct { get; }
public:
property bool Distinct {
    bool get ();
}
member Distinct : bool
function get Distinct () : boolean

Valor da propriedade

Tipo: System. . :: . .Boolean
true to retrieve the distinct attribute; otherwise, false.