Propriété StatementBuilder.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
Public Property Distinct As Boolean
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.Boolean
true to the statement builder is distinct; otherwise, false.