PartitionFunction Properties
SQL Server 2012
The PartitionFunction type exposes the following members.
| Name | Description | |
|---|---|---|
|
CreateDate | Gets the date and time when the partition function was created. |
|
Events | Gets the events associated with the partition function. |
|
ExtendedProperties | Represents a collection of ExtendedProperty objects. Each ExtendedProperty object represents an extended property defined on the partition function. |
|
ID | Gets the zero-based ordinal of the PartitionFunction object, which specifies its position within the collection. |
|
Name | Gets or sets a String which contains the name of the PartitionFunction. (Overrides NamedSmoObject.Name.) |
|
NumberOfPartitions | Gets the number of partitions. |
|
Parent | Gets or sets the Database object that is the parent of the PartitionFunction object. |
|
PartitionFunctionParameters | Represents a collection of PartitionFunctionParameter objects. Each PartitionFunctionParameters object represents a partition function parameter defined on the partition function. |
|
Properties | Gets a collection of Property objects that represent the object properties. (Inherited from SqlSmoObject.) |
|
RangeType | Gets or sets the placement of boundary values in relation to the interval. |
|
RangeValues | Gets or sets range values that define the distribution of the partition function. |
|
State | Gets the state of the referenced object. (Inherited from SmoObjectBase.) |
|
Urn | Gets the Uniform Resource Name (URN) address value that uniquely identifies the object. (Inherited from SqlSmoObject.) |
|
UserData | Gets or sets user-defined data associated with the referenced object. (Inherited from SmoObjectBase.) |
| Name | Description | |
|---|---|---|
|
ISfcSupportsDesignMode.IsDesignMode | Gets a Boolean value that indicates whether the object supports design mode. Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. |
