Partager via


ISql100TableTypeCheckConstraint.CheckExpressionScript, propriété

Obtient ou définit le script qui contient l'expression pour la contrainte de validation.

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

Syntaxe

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

Valeur de propriété

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

Sécurité .NET Framework

Voir aussi

Référence

ISql100TableTypeCheckConstraint Interface

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