Aracılığıyla paylaş


IfStatement.Predicate Özellik

Alır veya ayarlar IF deyimini yüklemini olan deyimi.

Ad alanı:  Microsoft.Data.Schema.ScriptDom.Sql
Derleme:  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll içinde)

Sözdizimi

'Bildirim
Public Property Predicate As Expression
    Get
    Set
public Expression Predicate { get; set; }
public:
property Expression^ Predicate {
    Expression^ get ();
    void set (Expression^ value);
}
member Predicate : Expression with get, set
function get Predicate () : Expression
function set Predicate (value : Expression)

Özellik Değeri

Tür: Microsoft.Data.Schema.ScriptDom.Sql.Expression

Açıklamalar

Bu, bir Boolean deyim olmalıdır.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

IfStatement Sınıf

Microsoft.Data.Schema.ScriptDom.Sql Ad Alanı