Sequence 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
有关详细信息,请参阅 SequenceClass。
public interface class Sequence : Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSContainer100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.SequenceClass))]
[System.Runtime.InteropServices.Guid("1872F069-4715-423D-BD30-326A97BB043E")]
public interface Sequence : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSContainer100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.SequenceClass))]
[System.Runtime.InteropServices.Guid("C3DBA952-A887-4C08-8283-68CB7ADCF303")]
public interface Sequence : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSContainer100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.SequenceClass))]
[System.Runtime.InteropServices.Guid("3D88ED86-9EE4-41B4-90C5-74182CCC7ECB")]
public interface Sequence : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSContainer100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.SequenceClass))>]
[<System.Runtime.InteropServices.Guid("1872F069-4715-423D-BD30-326A97BB043E")>]
type Sequence = interface
interface IDTSContainer100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.SequenceClass))>]
[<System.Runtime.InteropServices.Guid("C3DBA952-A887-4C08-8283-68CB7ADCF303")>]
type Sequence = interface
interface IDTSContainer100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.SequenceClass))>]
[<System.Runtime.InteropServices.Guid("3D88ED86-9EE4-41B4-90C5-74182CCC7ECB")>]
type Sequence = interface
interface IDTSContainer100
Public Interface Sequence
Implements IDTSContainer100
- 派生
- 属性
- 实现
属性
方法
GetParentID() |
获取此容器的父标识符。 (继承自 IDTSContainer100) |
RegenerateID() |
为容器创建一个新的标识符并更新该容器标识符。 (继承自 IDTSContainer100) |