Interface PackageRemote64
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Represents an interface for a remote 64-bit package.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
<GuidAttribute("BC427598-5FAD-4ECB-B6F4-30C3A147B16D")> _
Public Interface PackageRemote64 _
Inherits IDTSPackage100
'Uso
Dim instance As PackageRemote64
[GuidAttribute("BC427598-5FAD-4ECB-B6F4-30C3A147B16D")]
public interface PackageRemote64 : IDTSPackage100
[GuidAttribute(L"BC427598-5FAD-4ECB-B6F4-30C3A147B16D")]
public interface class PackageRemote64 : IDTSPackage100
[<GuidAttribute("BC427598-5FAD-4ECB-B6F4-30C3A147B16D")>]
type PackageRemote64 =
interface
interface IDTSPackage100
end
public interface PackageRemote64 extends IDTSPackage100
O tipo PackageRemote64 expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
CertificateContext | Infraestrutura. Gets or sets the certificate context. (Herdado de IDTSPackage100.) | |
CertificateObject | Infraestrutura. Gets or sets the certificate package for the package. (Herdado de IDTSPackage100.) | |
CheckpointFileName | Infraestrutura. Gets or sets the name of the file that captures the checkpoint information, which enables a package to restart. (Herdado de IDTSPackage100.) | |
CheckpointUsage | Infraestrutura. Gets or sets a value that specifies if or when a package is restarted. (Herdado de IDTSPackage100.) | |
CheckSignatureOnLoad | Infraestrutura. Gets or sets a value that indicates whether the digital signature is checked when a package is loaded from XML. (Herdado de IDTSPackage100.) | |
Configurations | Infraestrutura. Gets the collection of configurations for the package. (Herdado de IDTSPackage100.) | |
Connections | Infraestrutura. Gets the collection of connection managers for the package. (Herdado de IDTSPackage100.) | |
CreationDate | Infraestrutura. Gets or sets the date and time that the package was created. (Herdado de IDTSPackage100.) | |
CreatorComputerName | Infraestrutura. Gets or sets the name of the computer on which the package was created. (Herdado de IDTSPackage100.) | |
CreatorName | Infraestrutura. Gets or sets the name of the individual who created the package. (Herdado de IDTSPackage100.) | |
DesignEvents | Infraestrutura. Gets or sets the IDTSEvents100 that indicates if the designer or other third-party client is to receive events during design time. (Herdado de IDTSPackage100.) | |
DesignTimeProperties | Infraestrutura. Gets or sets the design time properties of a package. (Herdado de IDTSPackage100.) | |
EnableConfigurations | Infraestrutura. Gets or sets a value that indicates whether the package loads configurations. (Herdado de IDTSPackage100.) | |
EncryptCheckpoints | Infraestrutura. Gets or sets a value that indicates whether checkpoint files are encrypted. (Herdado de IDTSPackage100.) | |
Errors | Infraestrutura. Gets the collection of errors associated with the package. (Herdado de IDTSPackage100.) | |
ExtendedProperties | Infraestrutura. Gets the IDTSExtendedProperties100 collection for the package. (Herdado de IDTSPackage100.) | |
InteractiveMode | Infraestrutura. Gets or sets a value that indicates whether tasks should show user interface objects while executing. (Herdado de IDTSPackage100.) | |
LastModifiedProductVersion | Infraestrutura. Gets the version of the package that is last modified. (Herdado de IDTSPackage100.) | |
LogProviders | Infraestrutura. Returns the collection of log providers associated with the package. (Herdado de IDTSPackage100.) | |
MaxConcurrentExecutables | Infraestrutura. Gets or sets the number of threads that a package can create. (Herdado de IDTSPackage100.) | |
OfflineMode | Infraestrutura. Gets or sets a value that indicates whether the package is working in offline mode. (Herdado de IDTSPackage100.) | |
PackageFormatVersion | Infraestrutura. Gets the format version of the package. (Herdado de IDTSPackage100.) | |
PackageLocation | Infraestrutura. Gets or sets a string that contains the location of the package. (Herdado de IDTSPackage100.) | |
PackagePassword | Infraestrutura. Sets the password for the package. (Herdado de IDTSPackage100.) | |
PackagePriorityClass | Infraestrutura. Gets or sets the priority class of the package. (Herdado de IDTSPackage100.) | |
PackageType | Infraestrutura. Gets or sets the package type. (Herdado de IDTSPackage100.) | |
PackageUpgradeOptions | Infraestrutura. Gets or sets the package upgrade options. (Herdado de IDTSPackage100.) | |
ProtectionLevel | Infraestrutura. Gets or sets the level of protection on the package. (Herdado de IDTSPackage100.) | |
SafeRecursiveProjectPackageExecution | Infraestrutura. Gets or sets a value that indicates whether the package execution is a safe recursive project. (Herdado de IDTSPackage100.) | |
SaveCheckpoints | Infraestrutura. Gets or sets a value that indicates whether the package will use checkpoints during package execution. (Herdado de IDTSPackage100.) | |
SQLFolder | Infraestrutura. Gets or sets the package folder name. (Herdado de IDTSPackage100.) | |
SuppressConfigurationWarnings | Infraestrutura. Gets or sets a value that indicates whether the warnings generated by configurations are suppressed. (Herdado de IDTSPackage100.) | |
UpdateObjects | Infraestrutura. Gets or sets a value that indicates whether extensible objects can be updated at package load time if an updated version if found. (Herdado de IDTSPackage100.) | |
UpdatePackage | Infraestrutura. Gets or sets a value that indicates whether packages can be updated when an updated version is found. (Herdado de IDTSPackage100.) | |
VersionBuild | Infraestrutura. Gets or sets the build version of the package. (Herdado de IDTSPackage100.) | |
VersionComments | Infraestrutura. Gets or sets the comments associated with the package. (Herdado de IDTSPackage100.) | |
VersionGUID | Infraestrutura. Gets a unique GUID generated when the package is first created. (Herdado de IDTSPackage100.) | |
VersionMajor | Infraestrutura. Gets or sets the major build version of the package. (Herdado de IDTSPackage100.) | |
VersionMinor | Infraestrutura. Gets or sets the minor build version of the package. (Herdado de IDTSPackage100.) | |
Warnings | Infraestrutura. Gets a collection of warnings set on the package. (Herdado de IDTSPackage100.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
CheckSignature | Infraestrutura. Checks the status of the digital signature of the package. (Herdado de IDTSPackage100.) | |
Execute() | Infraestrutura. Returns a DTSExecResult enumeration that contains information about the success or failure of the package execution. (Herdado de IDTSPackage100.) | |
Execute(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100, Object) | Infraestrutura. Runs the application, container, or package as part of a package workflow. (Herdado de IDTSPackage100.) | |
ExportConfigurationFile | Infraestrutura. Creates an XML file that contains all deployable variables in the package. (Herdado de IDTSPackage100.) | |
FindReferencedObjects | Infraestrutura. Returns a reference object enumeration. (Herdado de IDTSPackage100.) | |
GetBreakpointTargets | Infraestrutura. Returns IDTSBreakpointTargets100 collection. (Herdado de IDTSPackage100.) | |
GetObjectFromPackagePath | Infraestrutura. Returns a package property and the object from the specified package path. (Herdado de IDTSPackage100.) | |
GetPreExecutionPackageXML | Infraestrutura. Gets a pre-execution package XML. (Herdado de IDTSPackage100.) | |
ImportConfigurationFile | Infraestrutura. Loads a configuration file associated with the package. (Herdado de IDTSPackage100.) | |
LoadUserCertificateByHash | Infraestrutura. Loads the certificate for the package according to the certificate hash. (Herdado de IDTSPackage100.) | |
LoadUserCertificateByName | Infraestrutura. Loads the certificate for the package according to the certificate name. (Herdado de IDTSPackage100.) | |
PermitUnencryptedSave | Infraestrutura. Specifies the unencrypted permit. (Herdado de IDTSPackage100.) | |
ProcessConfiguration | Infraestrutura. Sets configuration information for a package and its objects. (Herdado de IDTSPackage100.) | |
Validate | Infraestrutura. Allows the container to determine if it contains invalid settings that will prevent it from executing successfully. (Herdado de IDTSPackage100.) |
Início