Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the event declaration parameter for a WHERE clause.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property EventDeclarationPredicateParameter As BooleanExpression
Get
Set
'Usage
Dim instance As EventDeclaration
Dim value As BooleanExpression
value = instance.EventDeclarationPredicateParameter
instance.EventDeclarationPredicateParameter = value
public BooleanExpression EventDeclarationPredicateParameter { get; set; }
public:
property BooleanExpression^ EventDeclarationPredicateParameter {
BooleanExpression^ get ();
void set (BooleanExpression^ value);
}
member EventDeclarationPredicateParameter : BooleanExpression with get, set
function get EventDeclarationPredicateParameter () : BooleanExpression
function set EventDeclarationPredicateParameter (value : BooleanExpression)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.BooleanExpression
The event declaration parameter for a WHERE clause.