Package Interface
This interface supports the SQL Server 2008 infrastructure and is not intended to be used directly from your code.
For more information, see PackageClass.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in microsoft.sqlserver.dtsruntimewrap.dll)
Syntax
'Deklaracja
<GuidAttribute("AAF6C346-C0A8-43EC-8A6D-DFC2526EC139")> _
<CoClassAttribute(GetType(PackageClass))> _
Public Interface Package
Inherits IDTSPackage100
[GuidAttribute("AAF6C346-C0A8-43EC-8A6D-DFC2526EC139")]
[CoClassAttribute(typeof(PackageClass))]
public interface Package : IDTSPackage100
[GuidAttribute(L"AAF6C346-C0A8-43EC-8A6D-DFC2526EC139")]
[CoClassAttribute(typeof(PackageClass))]
public interface class Package : IDTSPackage100
/** @attribute GuidAttribute("AAF6C346-C0A8-43EC-8A6D-DFC2526EC139") */
/** @attribute CoClassAttribute(Microsoft.SqlServer.Dts.Runtime.Wrapper.PackageClass) */
public interface Package extends IDTSPackage100
GuidAttribute("AAF6C346-C0A8-43EC-8A6D-DFC2526EC139")
CoClassAttribute(Microsoft.SqlServer.Dts.Runtime.Wrapper.PackageClass)
public interface Package extends IDTSPackage100
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.