ISql100Filegroup.DefaultOfFileStream Property
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
ReadOnly Property DefaultOfFileStream As IList(Of ISql100DatabaseOptions)
'Usage
Dim instance As ISql100Filegroup
Dim value As IList(Of ISql100DatabaseOptions)
value = instance.DefaultOfFileStream
IList<ISql100DatabaseOptions> DefaultOfFileStream { get; }
property IList<ISql100DatabaseOptions^>^ DefaultOfFileStream {
IList<ISql100DatabaseOptions^>^ get ();
}
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.