ISql100SpecifiesFileStream.FileStreamFilegroup Property
Gets or sets the filegroup that stores the filestream objects of the object.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property FileStreamFilegroup As ISql100Filegroup
ISql100Filegroup FileStreamFilegroup { get; set; }
property ISql100Filegroup^ FileStreamFilegroup {
ISql100Filegroup^ get ();
void set (ISql100Filegroup^ value);
}
abstract FileStreamFilegroup : ISql100Filegroup with get, set
function get FileStreamFilegroup () : ISql100Filegroup
function set FileStreamFilegroup (value : ISql100Filegroup)
Property Value
Type: Microsoft.Data.Schema.Sql.SchemaModel.ISql100Filegroup
.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.