IDTSPackage100 接口

定义

public interface class IDTSPackage100 : Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2016::IDTSExecutable100
[System.Runtime.InteropServices.Guid("BD67FB9C-D1BB-464D-877F-A969247C430D")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSPackage100 : Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2016.IDTSExecutable100
[<System.Runtime.InteropServices.Guid("BD67FB9C-D1BB-464D-877F-A969247C430D")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSPackage100 = interface
    interface IDTSExecutable100
Public Interface IDTSPackage100
Implements IDTSExecutable100
派生
属性
实现

属性

CertificateContext
CertificateObject
CheckpointFileName
CheckpointUsage
CheckSignatureOnLoad
Configurations
Connections
CreationDate
CreatorComputerName
CreatorName
DesignEvents
DesignTimeProperties
EnableConfigurations
EncryptCheckpoints
Errors
ExtendedProperties
InteractiveMode
LastModifiedProductVersion
LogProviders
MaxConcurrentExecutables
OfflineMode
PackageFormatVersion
PackageLocation
PackagePassword
PackagePriorityClass
PackageType
PackageUpgradeOptions
ProtectionLevel
SafeRecursiveProjectPackageExecution
SaveCheckpoints
SQLFolder
SuppressConfigurationWarnings
UpdateObjects
UpdatePackage
VersionBuild
VersionComments
VersionGUID
VersionMajor
VersionMinor
Warnings

方法

CheckSignature()
Execute()
Execute(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100, Object)
ExportConfigurationFile(String)
FindReferencedObjects(Object)
GetBreakpointTargets(IDTSBreakpointSite100, Boolean)
GetObjectFromPackagePath(String, IDTSProperty100)
GetPreExecutionPackageXML(Object)
ImportConfigurationFile(String)
LoadUserCertificateByHash(Byte[])
LoadUserCertificateByName(String)
PermitUnencryptedSave(Boolean)
ProcessConfiguration(String, Object)
Validate(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100)

适用于