Interfaz IDTSPackage100
Esta API admite la infraestructura de y no está prevista su utilización directa desde el código.
This interface is implemented by the Package and PackageNeutral interfaces.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
<GuidAttribute("AAF6C346-C0A8-43EC-8A6D-DFC2526EC139")> _
Public Interface IDTSPackage100 _
Inherits IDTSExecutable100
'Uso
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
El tipo IDTSPackage100 expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
CertificateContext | Infraestructura. This interface is implemented by the Package and PackageNeutral interfaces. | |
CertificateObject | Infraestructura. This interface is implemented by the Package and PackageNeutral interfaces. | |
CheckpointFileName | Infraestructura. This interface is implemented by the Package and PackageNeutral interfaces. | |
CheckpointUsage | Infraestructura. This interface is implemented by the Package and PackageNeutral interfaces. | |
CheckSignatureOnLoad | Infraestructura. This interface is implemented by the Package and PackageNeutral interfaces. | |
Configurations | Infraestructura. This interface is implemented by the Package and PackageNeutral interfaces. | |
Connections | Infraestructura. This interface is implemented by the Package and PackageNeutral interfaces. | |
CreationDate | Infraestructura. This interface is implemented by the Package and PackageNeutral interfaces. | |
CreatorComputerName | Infraestructura. This interface is implemented by the Package and PackageNeutral interfaces. | |
CreatorName | Infraestructura. This interface is implemented by the Package and PackageNeutral interfaces. | |
DesignEvents | Infraestructura. This interface is implemented by the Package and PackageNeutral interfaces. | |
EnableConfigurations | Infraestructura. This interface is implemented by the Package and PackageNeutral interfaces. | |
EncryptCheckpoints | Infraestructura. This interface is implemented by the Package and PackageNeutral interfaces. | |
Errors | Infraestructura. This interface is implemented by the Package and PackageNeutral interfaces. | |
ExtendedProperties | Infraestructura. This interface is implemented by the Package and PackageNeutral interfaces. | |
InteractiveMode | Infraestructura. This interface is implemented by the Package and PackageNeutral interfaces. | |
LastModifiedProductVersion | Infraestructura. | |
LogProviders | Infraestructura. This interface is implemented by the Package and PackageNeutral interfaces. | |
MaxConcurrentExecutables | Infraestructura. This interface is implemented by the Package and PackageNeutral interfaces. | |
OfflineMode | Infraestructura. This interface is implemented by the Package and PackageNeutral interfaces. | |
PackageFormatVersion | Infraestructura. This interface is implemented by the Package and PackageNeutral interfaces. | |
PackagePassword | Infraestructura. This interface is implemented by the Package and PackageNeutral interfaces. | |
PackagePriorityClass | Infraestructura. This interface is implemented by the Package and PackageNeutral interfaces. | |
PackageType | Infraestructura. This interface is implemented by the Package and PackageNeutral interfaces. | |
PackageUpgradeOptions | ||
ProtectionLevel | Infraestructura. This interface is implemented by the Package and PackageNeutral interfaces. | |
SaveCheckpoints | Infraestructura. This interface is implemented by the Package and PackageNeutral interfaces. | |
SQLFolder | Infraestructura. This interface is implemented by the Package and PackageNeutral interfaces. | |
SuppressConfigurationWarnings | Infraestructura. This interface is implemented by the Package and PackageNeutral interfaces. | |
UpdateObjects | Infraestructura. This interface is implemented by the Package and PackageNeutral interfaces. | |
UpdatePackage | Infraestructura. This interface is implemented by the Package and PackageNeutral interfaces. | |
VersionBuild | Infraestructura. This interface is implemented by the Package and PackageNeutral interfaces. | |
VersionComments | Infraestructura. This interface is implemented by the Package and PackageNeutral interfaces. | |
VersionGUID | Infraestructura. This interface is implemented by the Package and PackageNeutral interfaces. | |
VersionMajor | Infraestructura. This interface is implemented by the Package and PackageNeutral interfaces. | |
VersionMinor | Infraestructura. This interface is implemented by the Package and PackageNeutral interfaces. | |
Warnings | Infraestructura. This interface is implemented by the Package and PackageNeutral interfaces. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
CheckSignature | Infraestructura. This interface is implemented by the Package and PackageNeutral interfaces. | |
Execute() () () () | Infraestructura. This interface is implemented by the Package and PackageNeutral interfaces. | |
Execute(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100, Object) | Infraestructura. For more information, see Executable. (Se hereda de IDTSExecutable100.) | |
Execute(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100, Object) | Infraestructura. This interface is implemented by the Package and PackageNeutral interfaces. | |
ExportConfigurationFile | Infraestructura. This interface is implemented by the Package and PackageNeutral interfaces. | |
FindReferencedObjects | Infraestructura. This interface is implemented by the Package and PackageNeutral interfaces. | |
GetBreakpointTargets | Infraestructura. This interface is implemented by the Package and PackageNeutral interfaces. | |
GetObjectFromPackagePath | Infraestructura. This interface is implemented by the Package and PackageNeutral interfaces. | |
ImportConfigurationFile | Infraestructura. This interface is implemented by the Package and PackageNeutral interfaces. | |
LoadUserCertificateByHash | Infraestructura. This interface is implemented by the Package and PackageNeutral interfaces. | |
LoadUserCertificateByName | Infraestructura. This interface is implemented by the Package and PackageNeutral interfaces. | |
PermitUnencryptedSave | Infraestructura. This interface is implemented by the Package and PackageNeutral interfaces. | |
ProcessConfiguration | Infraestructura. This interface is implemented by the Package and PackageNeutral interfaces. | |
Validate(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100) | Infraestructura. For more information, see Executable. (Se hereda de IDTSExecutable100.) | |
Validate(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100) | Infraestructura. This interface is implemented by the Package and PackageNeutral interfaces. |
Arriba