Membri PhysicalPartition
The PhysicalPartition object represents the physical partition where the data and meta data is stored for a SQL Server object.
Il tipo PhysicalPartition espone i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
PhysicalPartition() () () () | ||
PhysicalPartition(SqlSmoObject, Int32) | Initializes a new instance of the PhysicalPartition class with the specified parent and partition number. | |
PhysicalPartition(SqlSmoObject, Int32, DataCompressionType) | Initializes a new instance of the PhysicalPartition class with the specified parent, partition number, and data compression. |
In alto
Metodi
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
DataCompression | Gets or sets the type of data compression used to store the parent object on the physical partition. | |
ExecuteForScalar | Gets or sets the Boolean property value that specifies whether the object is set to the execute for scalar option. (Ereditato da SqlSmoObject). | |
FileGroupName | Gets or sets the name of the file group associated with the physical partition. | |
IsTouched | Gets the Boolean property value that specifies whether the object properties have been updated but not yet persisted on the server. (Ereditato da SqlSmoObject). | |
ObjectInSpace | Gets the Boolean property value that specifies whether the object exists in isolation, or whether it is directly or indirectly connected to the instance of SQL Server. (Ereditato da SqlSmoObject). | |
Parent | Gets the parent object of the PhysicalPartition object. | |
PartitionNumber | Gets or sets the partition number for the physical partition. | |
Properties | Gets a collection of Property objects that represent the object properties. (Ereditato da SqlSmoObject). | |
RangeType | Gets or sets the type of range. | |
RightBoundaryValue | Gets or sets the right boundary value for the range. | |
RowCount | Gets the number of rows in the physical partition. | |
ScalarResult | Gets the scalar result for the referenced object. (Ereditato da SqlSmoObject). | |
State | Gets the state of the referenced object. (Ereditato da SmoObjectBase). | |
Urn | Gets the Uniform Resource Name (URN) address value that uniquely identifies the object. (Ereditato da SqlSmoObject). | |
UserData | Gets or sets user-defined data associated with the referenced object. (Ereditato da SmoObjectBase). |
In alto
Eventi
Nome | Descrizione | |
---|---|---|
PropertyChanged | (Ereditato da SqlSmoObject). | |
PropertyMetadataChanged | (Ereditato da SqlSmoObject). |
In alto
Implementazioni esplicite dell'interfaccia
Nome | Descrizione | |
---|---|---|
IAlienObjectDiscover | (Ereditato da SqlSmoObject). | |
IAlienObjectGetParent | (Ereditato da SqlSmoObject). | |
IAlienObjectGetProperty | (Ereditato da SqlSmoObject). | |
ISfcPropertyProviderGetPropertySet | (Ereditato da SqlSmoObject). | |
IAlienObjectGetUrn | (Ereditato da SqlSmoObject). | |
IAlienObjectResolve | (Ereditato da SqlSmoObject). | |
IAlienObjectSetProperty | (Ereditato da SqlSmoObject). |
In alto
Vedere anche