ISqlFilegroup.DefaultOf Property

Gets a list of database options.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
ReadOnly Property DefaultOf As IList(Of ISqlDatabaseOptions)
    Get
'Usage
Dim instance As ISqlFilegroup
Dim value As IList(Of ISqlDatabaseOptions)

value = instance.DefaultOf
IList<ISqlDatabaseOptions> DefaultOf { get; }
property IList<ISqlDatabaseOptions^>^ DefaultOf {
    IList<ISqlDatabaseOptions^>^ get ();
}
function get DefaultOf () : IList<ISqlDatabaseOptions>
abstract DefaultOf : IList<ISqlDatabaseOptions>

Property Value

Type: System.Collections.Generic.IList<ISqlDatabaseOptions>
Gets a list of ISqlDatabaseOptions instances.

.NET Framework Security

See Also

Reference

ISqlFilegroup Interface

ISqlFilegroup Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace