Sdílet prostřednictvím


IDTSSuspend100 Interface

This API supports the infrastructure and is not intended to be used directly from your code.

For more information, see IDTSSuspend.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
<GuidAttribute("5F9052C1-1431-4DF8-BD22-921D572F5401")> _
Public Interface IDTSSuspend100
'Usage
Dim instance As IDTSSuspend100
[GuidAttribute("5F9052C1-1431-4DF8-BD22-921D572F5401")]
public interface IDTSSuspend100
[GuidAttribute(L"5F9052C1-1431-4DF8-BD22-921D572F5401")]
public interface class IDTSSuspend100
[<GuidAttribute("5F9052C1-1431-4DF8-BD22-921D572F5401")>]
type IDTSSuspend100 =  interface end
public interface IDTSSuspend100

The IDTSSuspend100 type exposes the following members.

Properties

  Name Description
Public property SuspendRequired Infrastructure. For more information, see IDTSSuspend.

Top

Methods

  Name Description
Public method ResumeExecution Infrastructure. For more information, see IDTSSuspend.
Public method SuspendExecution Infrastructure. For more information, see IDTSSuspend.

Top