Propriedade TopRowFilter.WithTies

Obtém ou define se as palavras-chave WITH TIES foram usadas.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (em Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.Boolean
Retorna true se as palavras-chave WITH TIES foram usados, FALSO caso contrário.

Comentários

Important: O interpretador deve verificar se há uma cláusula ORDER BY.

Segurança do .NET Framework

Consulte também

Referência

TopRowFilter Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql