PartitionScheme Properties
SQL Server 2012
The PartitionScheme type exposes the following members.
| Name | Description | |
|---|---|---|
|
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 PartitionScheme object. |
|
FileGroups | Represents a collection of FileGroup objects. Each FileGroup object represents a filegroup defined on the database. |
|
ID | Gets the zero-based ordinal of the PartitionScheme object, which specifies its position within the collection. |
|
Name | Gets or sets a String which contains the name of the PartitionScheme. (Overrides NamedSmoObject.Name.) |
|
NextUsedFileGroup | Gets or sets the name of the filegroup that has NEXT USED status. |
|
Parent | Gets or sets the Database object that is the parent of the PartitionScheme object. |
|
PartitionFunction | Gets or sets the name of the partition function used in this partition scheme. |
|
Properties | Gets a collection of Property objects that represent the object properties. (Inherited from SqlSmoObject.) |
|
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. |
