Share via


ISql100TableTypeCheckConstraint.CheckExpressionScript Property

Gets or sets the script that contains the expression for the check constraint.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property CheckExpressionScript As SqlScriptProperty
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)

Property Value

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

.NET Framework Security

See Also

Reference

ISql100TableTypeCheckConstraint Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace