Freigeben über


PackageRemote64-Schnittstelle

Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.

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

Syntax

'Declaration
<GuidAttribute("AAF6C346-C0A8-43EC-8A6D-DFC2526EC139")> _
Public Interface PackageRemote64 _
    Inherits IDTSPackage100
'Usage
Dim instance As PackageRemote64
[GuidAttribute("AAF6C346-C0A8-43EC-8A6D-DFC2526EC139")]
public interface PackageRemote64 : IDTSPackage100
[GuidAttribute(L"AAF6C346-C0A8-43EC-8A6D-DFC2526EC139")]
public interface class PackageRemote64 : IDTSPackage100
[<GuidAttribute("AAF6C346-C0A8-43EC-8A6D-DFC2526EC139")>]
type PackageRemote64 =  
    interface
        interface IDTSPackage100
    end
public interface PackageRemote64 extends IDTSPackage100