Partager via


ISql100Index.FilterPredicate, propriété

Obtient ou définit le script qui détermine s'il faut inclure une ligne dans l'index.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
Property FilterPredicate As SqlScriptProperty
    Get
    Set
SqlScriptProperty FilterPredicate { get; set; }
property SqlScriptProperty^ FilterPredicate {
    SqlScriptProperty^ get ();
    void set (SqlScriptProperty^ value);
}
abstract FilterPredicate : SqlScriptProperty with get, set
function get FilterPredicate () : SqlScriptProperty
function set FilterPredicate (value : SqlScriptProperty)

Valeur de propriété

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

Sécurité .NET Framework

Voir aussi

Référence

ISql100Index Interface

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms