ISqlLegacyDataConstraints.ExpressionScript Property
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property ExpressionScript As SqlElementSource
'Usage
Dim instance As ISqlLegacyDataConstraints
Dim value As SqlElementSource
value = instance.ExpressionScript
instance.ExpressionScript = value
SqlElementSource ExpressionScript { get; set; }
property SqlElementSource^ ExpressionScript {
SqlElementSource^ get ();
void set (SqlElementSource^ value);
}
function get ExpressionScript () : SqlElementSource
function set ExpressionScript (value : SqlElementSource)
Property Value
Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.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
ISqlLegacyDataConstraints Interface