Share via


SqlObjectBase.Distinct Property

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

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

Syntax

'Declaration
Protected Property Distinct As Boolean
    Get
    Set
'Usage
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)

Property Value

Type: System.Boolean
true if the result is distinct; otherwise, false.