Compartilhar via


Propriedade do RDL LikePredicate.NotDefined

Gets or sets a value that indicates whether NOT is specified.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxe

'Declaração
Public Property NotDefined As Boolean 
    Get 
    Set
'Uso
Dim instance As LikePredicate 
Dim value As Boolean 

value = instance.NotDefined

instance.NotDefined = value
public bool NotDefined { get; set; }
public:
property bool NotDefined {
    bool get ();
    void set (bool value);
}
member NotDefined : bool with get, set
function get NotDefined () : boolean 
function set NotDefined (value : boolean)

Valor da propriedade

Tipo: System.Boolean
true if NOT is specified; otherwise, false.

Consulte também

Referência

LikePredicate Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom