ISql90PartitionValue.ExpressionScript 属性

获取或设置分区值的脚本定义。

命名空间:  Microsoft.Data.Schema.Sql.SchemaModel
程序集:  Microsoft.Data.Schema.Sql(在 Microsoft.Data.Schema.Sql.dll 中)

语法

声明
Property ExpressionScript As SqlScriptProperty
    Get
    Set
SqlScriptProperty ExpressionScript { get; set; }
property SqlScriptProperty^ ExpressionScript {
    SqlScriptProperty^ get ();
    void set (SqlScriptProperty^ value);
}
abstract ExpressionScript : SqlScriptProperty with get, set
function get ExpressionScript () : SqlScriptProperty
function set ExpressionScript (value : SqlScriptProperty)

属性值

类型:Microsoft.Data.Schema.Sql.SchemaModel.SqlScriptProperty

.NET Framework 安全性

请参见

参考

ISql90PartitionValue 接口

Microsoft.Data.Schema.Sql.SchemaModel 命名空间