Interface IDTSPackage100
Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.
This interface is implemented by the Package and PackageNeutral interfaces.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
<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
O tipo IDTSPackage100 expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
CertificateContext | Infraestrutura. This interface is implemented by the Package and PackageNeutral interfaces. | |
CertificateObject | Infraestrutura. This interface is implemented by the Package and PackageNeutral interfaces. | |
CheckpointFileName | Infraestrutura. This interface is implemented by the Package and PackageNeutral interfaces. | |
CheckpointUsage | Infraestrutura. This interface is implemented by the Package and PackageNeutral interfaces. | |
CheckSignatureOnLoad | Infraestrutura. This interface is implemented by the Package and PackageNeutral interfaces. | |
Configurations | Infraestrutura. This interface is implemented by the Package and PackageNeutral interfaces. | |
Connections | Infraestrutura. This interface is implemented by the Package and PackageNeutral interfaces. | |
CreationDate | Infraestrutura. This interface is implemented by the Package and PackageNeutral interfaces. | |
CreatorComputerName | Infraestrutura. This interface is implemented by the Package and PackageNeutral interfaces. | |
CreatorName | Infraestrutura. This interface is implemented by the Package and PackageNeutral interfaces. | |
DesignEvents | Infraestrutura. This interface is implemented by the Package and PackageNeutral interfaces. | |
EnableConfigurations | Infraestrutura. This interface is implemented by the Package and PackageNeutral interfaces. | |
EncryptCheckpoints | Infraestrutura. This interface is implemented by the Package and PackageNeutral interfaces. | |
Errors | Infraestrutura. This interface is implemented by the Package and PackageNeutral interfaces. | |
ExtendedProperties | Infraestrutura. This interface is implemented by the Package and PackageNeutral interfaces. | |
InteractiveMode | Infraestrutura. This interface is implemented by the Package and PackageNeutral interfaces. | |
LastModifiedProductVersion | Infraestrutura. | |
LogProviders | Infraestrutura. This interface is implemented by the Package and PackageNeutral interfaces. | |
MaxConcurrentExecutables | Infraestrutura. This interface is implemented by the Package and PackageNeutral interfaces. | |
OfflineMode | Infraestrutura. This interface is implemented by the Package and PackageNeutral interfaces. | |
PackageFormatVersion | Infraestrutura. This interface is implemented by the Package and PackageNeutral interfaces. | |
PackagePassword | Infraestrutura. This interface is implemented by the Package and PackageNeutral interfaces. | |
PackagePriorityClass | Infraestrutura. This interface is implemented by the Package and PackageNeutral interfaces. | |
PackageType | Infraestrutura. This interface is implemented by the Package and PackageNeutral interfaces. | |
PackageUpgradeOptions | ||
ProtectionLevel | Infraestrutura. This interface is implemented by the Package and PackageNeutral interfaces. | |
SaveCheckpoints | Infraestrutura. This interface is implemented by the Package and PackageNeutral interfaces. | |
SQLFolder | Infraestrutura. This interface is implemented by the Package and PackageNeutral interfaces. | |
SuppressConfigurationWarnings | Infraestrutura. This interface is implemented by the Package and PackageNeutral interfaces. | |
UpdateObjects | Infraestrutura. This interface is implemented by the Package and PackageNeutral interfaces. | |
UpdatePackage | Infraestrutura. This interface is implemented by the Package and PackageNeutral interfaces. | |
VersionBuild | Infraestrutura. This interface is implemented by the Package and PackageNeutral interfaces. | |
VersionComments | Infraestrutura. This interface is implemented by the Package and PackageNeutral interfaces. | |
VersionGUID | Infraestrutura. This interface is implemented by the Package and PackageNeutral interfaces. | |
VersionMajor | Infraestrutura. This interface is implemented by the Package and PackageNeutral interfaces. | |
VersionMinor | Infraestrutura. This interface is implemented by the Package and PackageNeutral interfaces. | |
Warnings | Infraestrutura. This interface is implemented by the Package and PackageNeutral interfaces. |
Início
Métodos
Nome | Descrição | |
---|---|---|
CheckSignature | Infraestrutura. This interface is implemented by the Package and PackageNeutral interfaces. | |
Execute() () () () | Infraestrutura. This interface is implemented by the Package and PackageNeutral interfaces. | |
Execute(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100, Object) | Infraestrutura. For more information, see Executable. (Herdado de IDTSExecutable100.) | |
Execute(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100, Object) | Infraestrutura. This interface is implemented by the Package and PackageNeutral interfaces. | |
ExportConfigurationFile | Infraestrutura. This interface is implemented by the Package and PackageNeutral interfaces. | |
FindReferencedObjects | Infraestrutura. This interface is implemented by the Package and PackageNeutral interfaces. | |
GetBreakpointTargets | Infraestrutura. This interface is implemented by the Package and PackageNeutral interfaces. | |
GetObjectFromPackagePath | Infraestrutura. This interface is implemented by the Package and PackageNeutral interfaces. | |
ImportConfigurationFile | Infraestrutura. This interface is implemented by the Package and PackageNeutral interfaces. | |
LoadUserCertificateByHash | Infraestrutura. This interface is implemented by the Package and PackageNeutral interfaces. | |
LoadUserCertificateByName | Infraestrutura. This interface is implemented by the Package and PackageNeutral interfaces. | |
PermitUnencryptedSave | Infraestrutura. This interface is implemented by the Package and PackageNeutral interfaces. | |
ProcessConfiguration | Infraestrutura. This interface is implemented by the Package and PackageNeutral interfaces. | |
Validate(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100) | Infraestrutura. For more information, see Executable. (Herdado de IDTSExecutable100.) | |
Validate(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100) | Infraestrutura. This interface is implemented by the Package and PackageNeutral interfaces. |
Início