Właściwość SqlObjectBase.Distinct
Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.
Przestrzeń nazw: Microsoft.SqlServer.Management.Sdk.Sfc
Zestaw: Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Składnia
'Deklaracja
Protected Property Distinct As Boolean
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.Boolean
TRUE , jeśli wynik jest odrębne; w przeciwnym razie false.