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 ReadOnly Property Distinct As Boolean
    Get
'Usage
Dim instance As XmlReadSettings
Dim value As Boolean

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

Eigenschaftswert

Typ: System. . :: . .Boolean
true to retrieve the distinct attribute; otherwise, false.