Compartir a través de


ISql90Index.IsPadded (Propiedad)

Obtiene o establece un valor que indica si se ha rellenado el índice.

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

Sintaxis

'Declaración
Property IsPadded As Boolean
    Get
    Set
bool IsPadded { get; set; }
property bool IsPadded {
    bool get ();
    void set (bool value);
}
abstract IsPadded : bool with get, set
function get IsPadded () : boolean
function set IsPadded (value : boolean)

Valor de propiedad

Tipo: System.Boolean

Implementaciones

ISqlIndex.IsPadded
ISql90SpecifiesIndex.IsPadded

Seguridad de .NET Framework

Vea también

Referencia

ISql90Index Interfaz

IsPadded (Sobrecarga)

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