Freigeben über


IDTSSuspend100-Schnittstelle

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

For more information, see IDTSSuspend.

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

Syntax

'Declaration
<GuidAttribute("4AE9E1D6-A7EC-4C84-A5FA-FE7AAAE49A98")> _
Public Interface IDTSSuspend100
'Usage
Dim instance As IDTSSuspend100
[GuidAttribute("4AE9E1D6-A7EC-4C84-A5FA-FE7AAAE49A98")]
public interface IDTSSuspend100
[GuidAttribute(L"4AE9E1D6-A7EC-4C84-A5FA-FE7AAAE49A98")]
public interface class IDTSSuspend100
[<GuidAttribute("4AE9E1D6-A7EC-4C84-A5FA-FE7AAAE49A98")>]
type IDTSSuspend100 =  interface end
public interface IDTSSuspend100

Der IDTSSuspend100-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft SuspendRequired Infrastruktur For more information, see IDTSSuspend.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode ResumeExecution Infrastruktur For more information, see IDTSSuspend.
Öffentliche Methode SuspendExecution Infrastruktur For more information, see IDTSSuspend.

Zum Anfang

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace