IMutableRelationalIndex.PartitionScheme Property
Gets or sets the partition scheme that is associated with the index.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Syntax
'Declaration
Property PartitionScheme As IPartitionScheme
Get
Set
'Usage
Dim instance As IMutableRelationalIndex
Dim value As IPartitionScheme
value = instance.PartitionScheme
instance.PartitionScheme = value
IPartitionScheme PartitionScheme { get; set; }
property IPartitionScheme^ PartitionScheme {
IPartitionScheme^ get ();
void set (IPartitionScheme^ value);
}
abstract PartitionScheme : IPartitionScheme with get, set
function get PartitionScheme () : IPartitionScheme
function set PartitionScheme (value : IPartitionScheme)
Property Value
Type: Microsoft.SqlServer.Management.SqlParser.Metadata.IPartitionScheme
The IPartitionScheme object that represents the partition scheme associated with the index.