ISql100TableTypeCheckConstraint.CheckExpressionScript Property
Gets or sets a check expression script.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property CheckExpressionScript As SqlElementSource
Get
Set
'Usage
Dim instance As ISql100TableTypeCheckConstraint
Dim value As SqlElementSource
value = instance.CheckExpressionScript
instance.CheckExpressionScript = value
SqlElementSource CheckExpressionScript { get; set; }
property SqlElementSource^ CheckExpressionScript {
SqlElementSource^ get ();
void set (SqlElementSource^ value);
}
function get CheckExpressionScript () : SqlElementSource
function set CheckExpressionScript (value : SqlElementSource)
abstract CheckExpressionScript : SqlElementSource with get, set
Property Value
Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.SqlElementSource
Returns a SqlElementSource.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ISql100TableTypeCheckConstraint Interface