Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the column storage options.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property StorageOptions As ColumnStorageOptions
Get
Set
'Usage
Dim instance As AlterTableAlterColumnStatement
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)
Eigenschaftswert
Typ: Microsoft.SqlServer.TransactSql.ScriptDom.ColumnStorageOptions
The column storage options.