ColumnDefinition.StorageOptions 属性

Gets or sets the column storage options.

命名空间:  Microsoft.SqlServer.TransactSql.ScriptDom
程序集:  Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

语法

声明
Public Property StorageOptions As ColumnStorageOptions 
    Get 
    Set
用法
Dim instance As ColumnDefinition 
Dim value As ColumnStorageOptions 

value = instance.StorageOptions

instance.StorageOptions = value
public ColumnStorageOptions StorageOptions { get; set; }
public:
property ColumnStorageOptions^ StorageOptions {
    ColumnStorageOptions^ get ();
    void set (ColumnStorageOptions^ value);
}
member StorageOptions : ColumnStorageOptions with get, set
function get StorageOptions () : ColumnStorageOptions 
function set StorageOptions (value : ColumnStorageOptions)

属性值

类型:Microsoft.SqlServer.TransactSql.ScriptDom.ColumnStorageOptions
The column storage options.

请参阅

参考

ColumnDefinition 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间