Share via


ISql100Filegroup.DefaultOfFileStream Property

Gets the list of database options for the default file stream.

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

Syntax

'Declaration
ReadOnly Property DefaultOfFileStream As IList(Of ISql100DatabaseOptions)
IList<ISql100DatabaseOptions> DefaultOfFileStream { get; }
property IList<ISql100DatabaseOptions^>^ DefaultOfFileStream {
    IList<ISql100DatabaseOptions^>^ get ();
}
abstract DefaultOfFileStream : IList<ISql100DatabaseOptions>
function get DefaultOfFileStream () : IList<ISql100DatabaseOptions>

Property Value

Type: System.Collections.Generic.IList<ISql100DatabaseOptions>

.NET Framework Security

See Also

Reference

ISql100Filegroup Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace