PackageRemote32 Interface

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

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 PackageRemote32 _
    Inherits IDTSPackage100
'Usage
Dim instance As PackageRemote32
[GuidAttribute("AAF6C346-C0A8-43EC-8A6D-DFC2526EC139")]
public interface PackageRemote32 : IDTSPackage100
[GuidAttribute(L"AAF6C346-C0A8-43EC-8A6D-DFC2526EC139")]
public interface class PackageRemote32 : IDTSPackage100
[<GuidAttribute("AAF6C346-C0A8-43EC-8A6D-DFC2526EC139")>]
type PackageRemote32 =  
    interface
        interface IDTSPackage100
    end
public interface PackageRemote32 extends IDTSPackage100