Freigeben über


Distinct-Eigenschaft

Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

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

Syntax

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

Eigenschaftswert

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