共用方式為


EventDeclaration.EventDeclarationPredicateParameter 屬性

取得或設定 WHERE 子句的事件宣告參數。

命名空間:  Microsoft.Data.Schema.ScriptDom.Sql
組件:  Microsoft.Data.Schema.ScriptDom.Sql (在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

語法

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

屬性值

型別:Microsoft.Data.Schema.ScriptDom.Sql.Expression

.NET Framework 安全性

請參閱

參考

EventDeclaration 類別

Microsoft.Data.Schema.ScriptDom.Sql 命名空間