Condividi tramite


Proprietà ISqlFilegroup.DefaultOf

Ottiene l'elenco di opzioni di database archiviate in questo filegroup.

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

Sintassi

'Dichiarazione
ReadOnly Property DefaultOf As IList(Of ISqlDatabaseOptions)
    Get
IList<ISqlDatabaseOptions> DefaultOf { get; }
property IList<ISqlDatabaseOptions^>^ DefaultOf {
    IList<ISqlDatabaseOptions^>^ get ();
}
abstract DefaultOf : IList<ISqlDatabaseOptions>
function get DefaultOf () : IList<ISqlDatabaseOptions>

Valore proprietà

Tipo: System.Collections.Generic.IList<ISqlDatabaseOptions>

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISqlFilegroup Interfaccia

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