AlterTableAlterColumnStatement.StorageOptions Property
Gets or sets column storage options.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Property StorageOptions As ColumnStorageOptions
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)
Property Value
Type: Microsoft.Data.Schema.ScriptDom.Sql.ColumnStorageOptions
Returns a ColumnStorageOptions.
.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.