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
- 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.