ISqlFilegroup.DefaultOf Property
Gets the list of database options that are stored on this filegroup.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
ReadOnly Property DefaultOf As IList(Of ISqlDatabaseOptions)
IList<ISqlDatabaseOptions> DefaultOf { get; }
property IList<ISqlDatabaseOptions^>^ DefaultOf {
IList<ISqlDatabaseOptions^>^ get ();
}
abstract DefaultOf : IList<ISqlDatabaseOptions>
function get DefaultOf () : IList<ISqlDatabaseOptions>
Property Value
Type: System.Collections.Generic.IList<ISqlDatabaseOptions>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.