Condividi tramite


Proprietà TopRowFilter.WithTies

Ottiene o imposta un valore che indica se viene utilizzata la parola chiave WITH TIES.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

'Dichiarazione
Public Property WithTies As Boolean
    Get
    Set
public bool WithTies { get; set; }
public:
property bool WithTies {
    bool get ();
    void set (bool value);
}
member WithTies : bool with get, set
function get WithTies () : boolean
function set WithTies (value : boolean)

Valore proprietà

Tipo: System.Boolean
Restituisce true se è utilizzata la parola chiave WITH TIES; in caso contrario, false.

Note

Importante: L'interprete deve verificare se vi sia una clausola ORDER by.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TopRowFilter Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql