适用于:SQL ServerAzure SQL 数据库Azure SQL 托管实例 修改现有序列对象的参数。 如果该序列是使用 CACHE 选项创建的,则改变序列将重新创建缓存。 序列对象是通过使用 CREATE SEQUENCE 语句创建的。 序列是整数值,可以是返回整数的任何数据类型。 使用 ALTER SEQUENCE 语句无法更改数据类型。 若要更改数据类型,请删...
SQL Server Azure SQL 数据库 Azure SQL 托管实例 修改现有序列对象的参数。 如果该序列是使用 CACHE 选项创建的,则改变序列将重新创建缓存。 序列对象是通过使用CREATE SEQUENCE语句创建的。 序列是整数值,可以是返回整数的任何数据类型。 使用 ALTER SEQUENCE 语句无法更改数据类型。 若要更改数据类型,请删除或创建序...
(覆寫 TSqlFragment.Accept(TSqlFragmentVisitor)。) AcceptChildren Accepts visitor for Children. (覆寫 SequenceStatement.AcceptChildren(TSqlFragmentVisitor)。) Equals (繼承自 Object。) Finalize (繼承自 Object。) GetHashCode (繼承自 Object。) GetType (繼承自 Object。) MemberwiseClone (繼承自 Object...
Assembly: Microsoft.SqlServer.SqlEnum.dll Package: Microsoft.SqlServer.SqlManagementObjects v172.64.0define property for AlterSequence C# 复制 public bool AlterSequence { get; set; } Property Value Boolean Applies to 产品版本 Microsoft.SqlServer.SqlManagementObjects 150.18208.0, 160.200...
The Alter method updates any changes that have been made to theSequenceobject's properties since theSequenceobject was created or since the last Alter statement. The modifications are combined and sent to the instance of SQL Server in a single network trip to the instance of SQL Server. ...
sequence-name Identifies the sequence that is to be changed. The name, including the implicit or explicit schema qualifier, must uniquely identify an existing sequence at the current server. If no sequence by this name exists in the explicitly or implicitly specified schema, an error (SQLSTATE ...
CreateSequenceStatement CreateServerAuditSpecificationStatement CreateServerAuditStatement CreateServerRoleStatement CreateServiceStatement CreateSpatialIndexStatement CreateStatisticsStatement CreateSymmetricKeyStatement CreateSynonymStatement CreateTableStatement CreateTriggerStatement CreateTypeStatement CreateTypeTableSta...
(SQL on OBS or Hadoop) CREATE FOREIGN TABLE (OBS导入导出) CREATE FUNCTION CREATE GROUP CREATE INDEX CREATE REDACTION POLICY CREATE ROW LEVEL SECURITY POLICY CREATE PROCEDURE CREATE RESOURCE POOL CREATE ROLE CREATE SCHEMA CREATE SEQUENCE CREATE SERVER CREATE SYNONYM CREATE TABLE CREATE TABLE AS CREATE...
There are known issues with the behavior of the ALTER SERVER CONFIGURATION statement with the SOFT NUMA option and SQL Server Agent. The following is the recommended sequence of operations: Stop the instance of SQL Server Agent. Execute your ALTER SERVER CONFIGURATION SOFT NUMA option. ...
SEQUENCE. If you omit the THROUGH clause entirely, this is the default. THROUGH ... SWITCHOVER: The managed standby recovery process normally stops when it encounters a switchover operation, because these operations produce an "end-of-redo archival" indicator. This clause is useful if you have...