Compartir a través de


AlterTableAlterColumnStatement.StorageOptions (Propiedad)

Obtiene o establece las opciones de almacenamiento de columna.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
Public Property StorageOptions As ColumnStorageOptions
    Get
    Set
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)

Valor de propiedad

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.ColumnStorageOptions
Devuelve un objeto ColumnStorageOptions.

Seguridad de .NET Framework

Vea también

Referencia

AlterTableAlterColumnStatement Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)