Proprietà StatementBuilder.Distinct

Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public Property Distinct As Boolean 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Vedere anche

Riferimento

StatementBuilder Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc