TargetSchemaVersionAttribute Members
Include Protected Members
Include Inherited Members
Provides a definition for an attribute that can be used to define the target schema version of a concrete SPAction object.
The TargetSchemaVersionAttribute type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
TargetSchemaVersionAttribute | Initializes a new instance of the TargetSchemaVersionAttribute class based on the specified version. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
FromBuild | Gets or sets a string that specifies the first build version for which the target schema version is effective. |
![]() |
TargetSchemaVersion | Gets the target schema version of upgrade sequences. |
![]() |
ToBuild | Gets or sets a string that specifies the last build version for which the target schema version is effective. |
![]() |
TypeId | (Inherited from Attribute.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
CompareTo | Compares the TargetSchemaVersionAttribute object to a specified object. |
![]() |
Equals | Used to compare the schema versions of the database that will be upgraded. (Overrides Attribute.Equals(Object).) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Overrides Attribute.GetHashCode().) |
![]() |
GetType | (Inherited from Object.) |
![]() |
IsDefaultAttribute | (Inherited from Attribute.) |
![]() |
Match | (Inherited from Attribute.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Operators
Name | Description | |
---|---|---|
![]() ![]() |
GreaterThan | |
![]() ![]() |
LessThan |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
_Attribute.GetIDsOfNames | (Inherited from Attribute.) |
![]() ![]() |
_Attribute.GetTypeInfo | (Inherited from Attribute.) |
![]() ![]() |
_Attribute.GetTypeInfoCount | (Inherited from Attribute.) |
![]() ![]() |
_Attribute.Invoke | (Inherited from Attribute.) |
Top