Compartilhar 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 Property Distinct As Boolean
    Get
    Set
'Uso
Dim instance As StatementBuilder
Dim value As Boolean

value = instance.Distinct

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

Valor da propriedade

Tipo: System. . :: . .Boolean
true to the statement builder is distinct; otherwise, false.