SequenceExtender Class
Contains additional functionality for the Sequence object.
This API is not CLS-compliant.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcObjectExtender<Sequence>
Microsoft.SqlServer.Management.Smo.SmoObjectExtender<Sequence>
Microsoft.SqlServer.Management.Smo.SequenceExtender
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Bildirim
<CLSCompliantAttribute(False)> _
Public Class SequenceExtender _
Inherits SmoObjectExtender(Of Sequence) _
Implements ISfcValidate
'Kullanım
Dim instance As SequenceExtender
[CLSCompliantAttribute(false)]
public class SequenceExtender : SmoObjectExtender<Sequence>,
ISfcValidate
[CLSCompliantAttribute(false)]
public ref class SequenceExtender : public SmoObjectExtender<Sequence^>,
ISfcValidate
[<CLSCompliantAttribute(false)>]
type SequenceExtender =
class
inherit SmoObjectExtender<Sequence>
interface ISfcValidate
end
public class SequenceExtender extends SmoObjectExtender<Sequence> implements ISfcValidate
The SequenceExtender type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SequenceExtender() | ||
SequenceExtender(Sequence) |
Top
Properties
Name | Description | |
---|---|---|
ConnectionContext | Gets the ServerConnection associated with the sequence | |
CurrentObject | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. | |
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 | ||
ExtendedPropertyPageDataContainer | ||
ExtendedPropertyPageIsDirty | ||
ExtendedPropertyPageOnRunNow | ||
HasMaximumValue | ||
HasMinimumValue | ||
HasRestartValue | ||
Name | ||
OriginalStartValue | ||
Parent | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcObjectExtender<TSfcInstance>.) | |
PermissionPageDataContainer | ||
PermissionPageOnRunNow | ||
Schema | ||
SelectedDatatypeName | ||
SelectedNumericPrecision | ||
SequenceDatatypeName | ||
SequenceNumericPrecision | ||
State |
Top
Methods
Name | Description | |
---|---|---|
Equals | (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 | Raises the 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 | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcObjectExtender<TSfcInstance>.) | |
parent_PropertyChanged | Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcObjectExtender<TSfcInstance>.) | |
parent_PropertyMetadataChanged | 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 | 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 |
Top
Events
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>.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.