Compartir a través de


ISql100EventSessionDefinitions.WhereExpression (Propiedad)

Obtiene o establece la expresión WHERE.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
Property WhereExpression As SqlScriptProperty
    Get
    Set
SqlScriptProperty WhereExpression { get; set; }
property SqlScriptProperty^ WhereExpression {
    SqlScriptProperty^ get ();
    void set (SqlScriptProperty^ value);
}
abstract WhereExpression : SqlScriptProperty with get, set
function get WhereExpression () : SqlScriptProperty
function set WhereExpression (value : SqlScriptProperty)

Valor de propiedad

Tipo: Microsoft.Data.Schema.Sql.SchemaModel.SqlScriptProperty

Seguridad de .NET Framework

Vea también

Referencia

ISql100EventSessionDefinitions Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)