Propriété SqlObjectBase.Distinct
Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Protected Property Distinct As Boolean
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.Boolean
true if the result is distinct; otherwise, false.