Condividi tramite


Proprietà ISqlIndex.IsPadded

Ottiene o imposta un valore che indica se l'indice è riempito.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISqlIndex Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel