AlterIndexStatement.Partition Property
Gets or sets the expression that shows the partition. Optional, may be null.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property Partition As PartitionSpecifier
Get
Set
'Usage
Dim instance As AlterIndexStatement
Dim value As PartitionSpecifier
value = instance.Partition
instance.Partition = value
public PartitionSpecifier Partition { get; set; }
public:
property PartitionSpecifier^ Partition {
PartitionSpecifier^ get ();
void set (PartitionSpecifier^ value);
}
member Partition : PartitionSpecifier with get, set
function get Partition () : PartitionSpecifier
function set Partition (value : PartitionSpecifier)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.PartitionSpecifier
The expression that shows the partition.