ISqlFilegroup.DefaultOf Property
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)
'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>
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.