IDTSPackage100-Schnittstelle
Diese API unterstützt die -Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
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
Der IDTSPackage100-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
CertificateContext | Infrastruktur This interface is implemented by the Package and PackageNeutral interfaces. | |
CertificateObject | Infrastruktur This interface is implemented by the Package and PackageNeutral interfaces. | |
CheckpointFileName | Infrastruktur This interface is implemented by the Package and PackageNeutral interfaces. | |
CheckpointUsage | Infrastruktur This interface is implemented by the Package and PackageNeutral interfaces. | |
CheckSignatureOnLoad | Infrastruktur This interface is implemented by the Package and PackageNeutral interfaces. | |
Configurations | Infrastruktur This interface is implemented by the Package and PackageNeutral interfaces. | |
Connections | Infrastruktur This interface is implemented by the Package and PackageNeutral interfaces. | |
CreationDate | Infrastruktur This interface is implemented by the Package and PackageNeutral interfaces. | |
CreatorComputerName | Infrastruktur This interface is implemented by the Package and PackageNeutral interfaces. | |
CreatorName | Infrastruktur This interface is implemented by the Package and PackageNeutral interfaces. | |
DesignEvents | Infrastruktur This interface is implemented by the Package and PackageNeutral interfaces. | |
EnableConfigurations | Infrastruktur This interface is implemented by the Package and PackageNeutral interfaces. | |
EncryptCheckpoints | Infrastruktur This interface is implemented by the Package and PackageNeutral interfaces. | |
Errors | Infrastruktur This interface is implemented by the Package and PackageNeutral interfaces. | |
ExtendedProperties | Infrastruktur This interface is implemented by the Package and PackageNeutral interfaces. | |
InteractiveMode | Infrastruktur This interface is implemented by the Package and PackageNeutral interfaces. | |
LastModifiedProductVersion | Infrastruktur | |
LogProviders | Infrastruktur This interface is implemented by the Package and PackageNeutral interfaces. | |
MaxConcurrentExecutables | Infrastruktur This interface is implemented by the Package and PackageNeutral interfaces. | |
OfflineMode | Infrastruktur This interface is implemented by the Package and PackageNeutral interfaces. | |
PackageFormatVersion | Infrastruktur This interface is implemented by the Package and PackageNeutral interfaces. | |
PackagePassword | Infrastruktur This interface is implemented by the Package and PackageNeutral interfaces. | |
PackagePriorityClass | Infrastruktur This interface is implemented by the Package and PackageNeutral interfaces. | |
PackageType | Infrastruktur This interface is implemented by the Package and PackageNeutral interfaces. | |
PackageUpgradeOptions | ||
ProtectionLevel | Infrastruktur This interface is implemented by the Package and PackageNeutral interfaces. | |
SaveCheckpoints | Infrastruktur This interface is implemented by the Package and PackageNeutral interfaces. | |
SQLFolder | Infrastruktur This interface is implemented by the Package and PackageNeutral interfaces. | |
SuppressConfigurationWarnings | Infrastruktur This interface is implemented by the Package and PackageNeutral interfaces. | |
UpdateObjects | Infrastruktur This interface is implemented by the Package and PackageNeutral interfaces. | |
UpdatePackage | Infrastruktur This interface is implemented by the Package and PackageNeutral interfaces. | |
VersionBuild | Infrastruktur This interface is implemented by the Package and PackageNeutral interfaces. | |
VersionComments | Infrastruktur This interface is implemented by the Package and PackageNeutral interfaces. | |
VersionGUID | Infrastruktur This interface is implemented by the Package and PackageNeutral interfaces. | |
VersionMajor | Infrastruktur This interface is implemented by the Package and PackageNeutral interfaces. | |
VersionMinor | Infrastruktur This interface is implemented by the Package and PackageNeutral interfaces. | |
Warnings | Infrastruktur This interface is implemented by the Package and PackageNeutral interfaces. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
CheckSignature | Infrastruktur This interface is implemented by the Package and PackageNeutral interfaces. | |
Execute() () () () | Infrastruktur This interface is implemented by the Package and PackageNeutral interfaces. | |
Execute(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100, Object) | Infrastruktur For more information, see Executable. (Geerbt von IDTSExecutable100.) | |
Execute(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100, Object) | Infrastruktur This interface is implemented by the Package and PackageNeutral interfaces. | |
ExportConfigurationFile | Infrastruktur This interface is implemented by the Package and PackageNeutral interfaces. | |
FindReferencedObjects | Infrastruktur This interface is implemented by the Package and PackageNeutral interfaces. | |
GetBreakpointTargets | Infrastruktur This interface is implemented by the Package and PackageNeutral interfaces. | |
GetObjectFromPackagePath | Infrastruktur This interface is implemented by the Package and PackageNeutral interfaces. | |
ImportConfigurationFile | Infrastruktur This interface is implemented by the Package and PackageNeutral interfaces. | |
LoadUserCertificateByHash | Infrastruktur This interface is implemented by the Package and PackageNeutral interfaces. | |
LoadUserCertificateByName | Infrastruktur This interface is implemented by the Package and PackageNeutral interfaces. | |
PermitUnencryptedSave | Infrastruktur This interface is implemented by the Package and PackageNeutral interfaces. | |
ProcessConfiguration | Infrastruktur This interface is implemented by the Package and PackageNeutral interfaces. | |
Validate(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100) | Infrastruktur For more information, see Executable. (Geerbt von IDTSExecutable100.) | |
Validate(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100) | Infrastruktur This interface is implemented by the Package and PackageNeutral interfaces. |
Zum Anfang