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