IDTSPackage100 Interface
This API supports the infrastructure and is not intended to be used directly from your code.
This interface is implemented by the Package and PackageNeutral interfaces.
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 IDTSPackage100 _
Inherits IDTSExecutable100
'Usage
Dim instance As IDTSPackage100
[GuidAttribute("AAF6C346-C0A8-43EC-8A6D-DFC2526EC139")]
public interface IDTSPackage100 : IDTSExecutable100
[GuidAttribute(L"AAF6C346-C0A8-43EC-8A6D-DFC2526EC139")]
public interface class IDTSPackage100 : IDTSExecutable100
[<GuidAttribute("AAF6C346-C0A8-43EC-8A6D-DFC2526EC139")>]
type IDTSPackage100 =
interface
interface IDTSExecutable100
end
public interface IDTSPackage100 extends IDTSExecutable100
The IDTSPackage100 type exposes the following members.
Properties
Name | Description | |
---|---|---|
CertificateContext | Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. | |
CertificateObject | Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. | |
CheckpointFileName | Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. | |
CheckpointUsage | Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. | |
CheckSignatureOnLoad | Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. | |
Configurations | Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. | |
Connections | Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. | |
CreationDate | Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. | |
CreatorComputerName | Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. | |
CreatorName | Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. | |
DesignEvents | Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. | |
EnableConfigurations | Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. | |
EncryptCheckpoints | Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. | |
Errors | Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. | |
ExtendedProperties | Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. | |
InteractiveMode | Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. | |
LastModifiedProductVersion | Infrastructure. | |
LogProviders | Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. | |
MaxConcurrentExecutables | Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. | |
OfflineMode | Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. | |
PackageFormatVersion | Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. | |
PackagePassword | Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. | |
PackagePriorityClass | Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. | |
PackageType | Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. | |
PackageUpgradeOptions | ||
ProtectionLevel | Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. | |
SaveCheckpoints | Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. | |
SQLFolder | Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. | |
SuppressConfigurationWarnings | Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. | |
UpdateObjects | Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. | |
UpdatePackage | Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. | |
VersionBuild | Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. | |
VersionComments | Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. | |
VersionGUID | Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. | |
VersionMajor | Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. | |
VersionMinor | Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. | |
Warnings | Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. |
Top
Methods
Name | Description | |
---|---|---|
CheckSignature | Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. | |
Execute() | Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. | |
Execute(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100, Object) | Infrastructure. For more information, see Executable. (Inherited from IDTSExecutable100.) | |
Execute(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100, Object) | Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. | |
ExportConfigurationFile | Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. | |
FindReferencedObjects | Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. | |
GetBreakpointTargets | Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. | |
GetObjectFromPackagePath | Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. | |
ImportConfigurationFile | Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. | |
LoadUserCertificateByHash | Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. | |
LoadUserCertificateByName | Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. | |
PermitUnencryptedSave | Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. | |
ProcessConfiguration | Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. | |
Validate(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100) | Infrastructure. For more information, see Executable. (Inherited from IDTSExecutable100.) | |
Validate(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100) | Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. |
Top