Proprietà SqlObjectBase.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
Protected Property Distinct As Boolean 
    Get 
    Set
'Utilizzo
Dim value As Boolean 

value = Me.Distinct 

Me.Distinct = value
protected bool Distinct { get; set; }
protected:
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 if the result is distinct; otherwise, false.

Vedere anche

Riferimento

SqlObjectBase Classe

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