ISql100SpecifiesFileStream.FileStreamPartitionScheme Property
Gets or sets the partition scheme to store the object.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property FileStreamPartitionScheme As ISql100PartitionScheme
ISql100PartitionScheme FileStreamPartitionScheme { get; set; }
property ISql100PartitionScheme^ FileStreamPartitionScheme {
ISql100PartitionScheme^ get ();
void set (ISql100PartitionScheme^ value);
}
abstract FileStreamPartitionScheme : ISql100PartitionScheme with get, set
function get FileStreamPartitionScheme () : ISql100PartitionScheme
function set FileStreamPartitionScheme (value : ISql100PartitionScheme)
Property Value
Type: Microsoft.Data.Schema.Sql.SchemaModel.ISql100PartitionScheme
.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.