SequenceExtender Class
Contains additional functionality for the Sequence object.
This API is not CLS-compliant.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Microsoft.SqlServer.Management.Sdk.Sfc::SfcObjectExtender<TSfcInstance>
Microsoft.SqlServer.Management.Smo::SmoObjectExtender<T>
Microsoft.SqlServer.Management.Smo::SequenceExtender
| Name | Description | |
|---|---|---|
![]() | SequenceExtender() | Initializes a new instance of the SequenceExtender class. |
![]() | SequenceExtender(Sequence^) | Initializes a new instance of the SequenceExtender class with specified sequence instance to extend. |
| Name | Description | |
|---|---|---|
![]() | ConnectionContext | Gets the ServerConnection associated with the sequence. |
![]() | CurrentObject | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. Gets the current SMO object associated with the sequence. |
![]() | DatabaseName | Gets a String which contains the name of the database containing the sequence. |
![]() | DatatypeNames | Gets a StringCollection which contains the names of the allowed data types for a sequence object. |
![]() | DefaultPrecision | Gets an Int32 which represents the precision of the sequence based upon its data type. |
![]() | ExtendedPropertyPageCommitCellEdits | Gets or sets the object that represents the “Page Commit Cell Edits” event handler. |
![]() | ExtendedPropertyPageDataContainer | Gets or sets the object that represents the page data container. |
![]() | ExtendedPropertyPageIsDirty | Gets or sets a value that indicates whether page is dirty. |
![]() | ExtendedPropertyPageOnRunNow | Gets or sets the object which represents the “Page on Run Now” event handler. |
![]() | HasMaximumValue | Gets or sets a value that indicates this sequence object has an upper bound value. |
![]() | HasMinimumValue | Gets or sets a value that indicates this sequence object has a lower bound value. |
![]() | HasRestartValue | Gets or sets a value that indicates this sequence object has a restart value. |
![]() | Name | Gets or sets the name of this sequence. |
![]() | OriginalStartValue | Gets or sets the object that represents the original start value of this sequence. |
![]() | Parent | Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcObjectExtender<TSfcInstance>.) |
![]() | PermissionPageDataContainer | Gets or sets the object that represents the permission for page data container. |
![]() | PermissionPageOnRunNow | Gets or sets the object that represents the permission for “Page On Run Now” event handler. |
![]() | Schema | Gets or sets the name of the schema which owns the sequence. |
![]() | SelectedDatatypeName | Gets or sets the name of the selected data type for this sequence. |
![]() | SelectedNumericPrecision | Gets or sets the numeric precision of the selected data type. |
![]() | SequenceDatatypeName | Gets or sets the full name of the data type for this sequence. |
![]() | SequenceNumericPrecision | Gets or sets the numeric precision of the data type for this sequence. |
![]() | State | Gets the state of the referenced object. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetParentSfcPropertySet() | Returns an instance of the parent objects property set.(Inherited from SmoObjectExtender<T>.) |
![]() | GetPropertySet() | Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcObjectExtender<TSfcInstance>.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | OnPropertyChanged(String^) | Raises the T:System.ComponentModel.INotifyPropertyChanged.PropertyChanged event when it has any subscriber. Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcObjectExtender<TSfcInstance>.) |
![]() | OnPropertyMetadataChanged(String^) | Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcObjectExtender<TSfcInstance>.) |
![]() | parent_PropertyChanged(Object^, PropertyChangedEventArgs^) | Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcObjectExtender<TSfcInstance>.) |
![]() | parent_PropertyMetadataChanged(Object^, SfcPropertyMetadataChangedEventArgs^) | Indicates the parent object in the PropertyMetadata. Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcObjectExtender<TSfcInstance>.) |
![]() | RegisterParentProperty(PropertyInfo^) | Registers the property of the parent that has not been included in properties collection. Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcObjectExtender<TSfcInstance>.) |
![]() | RegisterProperty(PropertyInfo^) | Registers an additional reflected property. Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcObjectExtender<TSfcInstance>.) |
![]() | RegisterProperty(PropertyInfo^, String^) | Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcObjectExtender<TSfcInstance>.) |
![]() | ToString() | (Inherited from Object.) |
![]() | Validate(String^, array<Object^>^) | Validates the specified values. |
| Name | Description | |
|---|---|---|
![]() | PropertyChanged | Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcObjectExtender<TSfcInstance>.) |
![]() | PropertyMetadataChanged | Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcObjectExtender<TSfcInstance>.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




