SqlObjectBase.Distinct Propiedad
No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Protected Property Distinct As Boolean
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System.Boolean
true if the result is distinct; otherwise, false.