PackageRemote64 介面

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Represents an interface for a remote 64-bit package.

命名空間:  Microsoft.SqlServer.Dts.Runtime.Wrapper
組件:  Microsoft.SqlServer.DTSRuntimeWrap (在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

語法

'宣告
<GuidAttribute("BC427598-5FAD-4ECB-B6F4-30C3A147B16D")> _
Public Interface PackageRemote64 _
    Inherits IDTSPackage100
'用途
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

PackageRemote64 型別公開下列成員。

屬性

  名稱 說明
公用屬性 CertificateContext 基礎結構。Gets or sets the certificate context. (繼承自 IDTSPackage100。)
公用屬性 CertificateObject 基礎結構。Gets or sets the certificate package for the package. (繼承自 IDTSPackage100。)
公用屬性 CheckpointFileName 基礎結構。Gets or sets the name of the file that captures the checkpoint information, which enables a package to restart. (繼承自 IDTSPackage100。)
公用屬性 CheckpointUsage 基礎結構。Gets or sets a value that specifies if or when a package is restarted. (繼承自 IDTSPackage100。)
公用屬性 CheckSignatureOnLoad 基礎結構。Gets or sets a value that indicates whether the digital signature is checked when a package is loaded from XML. (繼承自 IDTSPackage100。)
公用屬性 Configurations 基礎結構。Gets the collection of configurations for the package. (繼承自 IDTSPackage100。)
公用屬性 Connections 基礎結構。Gets the collection of connection managers for the package. (繼承自 IDTSPackage100。)
公用屬性 CreationDate 基礎結構。Gets or sets the date and time that the package was created. (繼承自 IDTSPackage100。)
公用屬性 CreatorComputerName 基礎結構。Gets or sets the name of the computer on which the package was created. (繼承自 IDTSPackage100。)
公用屬性 CreatorName 基礎結構。Gets or sets the name of the individual who created the package. (繼承自 IDTSPackage100。)
公用屬性 DesignEvents 基礎結構。Gets or sets the IDTSEvents100 that indicates if the designer or other third-party client is to receive events during design time. (繼承自 IDTSPackage100。)
公用屬性 DesignTimeProperties 基礎結構。Gets or sets the design time properties of a package. (繼承自 IDTSPackage100。)
公用屬性 EnableConfigurations 基礎結構。Gets or sets a value that indicates whether the package loads configurations. (繼承自 IDTSPackage100。)
公用屬性 EncryptCheckpoints 基礎結構。Gets or sets a value that indicates whether checkpoint files are encrypted. (繼承自 IDTSPackage100。)
公用屬性 Errors 基礎結構。Gets the collection of errors associated with the package. (繼承自 IDTSPackage100。)
公用屬性 ExtendedProperties 基礎結構。Gets the IDTSExtendedProperties100 collection for the package. (繼承自 IDTSPackage100。)
公用屬性 InteractiveMode 基礎結構。Gets or sets a value that indicates whether tasks should show user interface objects while executing. (繼承自 IDTSPackage100。)
公用屬性 LastModifiedProductVersion 基礎結構。Gets the version of the package that is last modified. (繼承自 IDTSPackage100。)
公用屬性 LogProviders 基礎結構。Returns the collection of log providers associated with the package. (繼承自 IDTSPackage100。)
公用屬性 MaxConcurrentExecutables 基礎結構。Gets or sets the number of threads that a package can create. (繼承自 IDTSPackage100。)
公用屬性 OfflineMode 基礎結構。Gets or sets a value that indicates whether the package is working in offline mode. (繼承自 IDTSPackage100。)
公用屬性 PackageFormatVersion 基礎結構。Gets the format version of the package. (繼承自 IDTSPackage100。)
公用屬性 PackageLocation 基礎結構。Gets or sets a string that contains the location of the package. (繼承自 IDTSPackage100。)
公用屬性 PackagePassword 基礎結構。Sets the password for the package. (繼承自 IDTSPackage100。)
公用屬性 PackagePriorityClass 基礎結構。Gets or sets the priority class of the package. (繼承自 IDTSPackage100。)
公用屬性 PackageType 基礎結構。Gets or sets the package type. (繼承自 IDTSPackage100。)
公用屬性 PackageUpgradeOptions 基礎結構。Gets or sets the package upgrade options. (繼承自 IDTSPackage100。)
公用屬性 ProtectionLevel 基礎結構。Gets or sets the level of protection on the package. (繼承自 IDTSPackage100。)
公用屬性 SafeRecursiveProjectPackageExecution 基礎結構。Gets or sets a value that indicates whether the package execution is a safe recursive project. (繼承自 IDTSPackage100。)
公用屬性 SaveCheckpoints 基礎結構。Gets or sets a value that indicates whether the package will use checkpoints during package execution. (繼承自 IDTSPackage100。)
公用屬性 SQLFolder 基礎結構。Gets or sets the package folder name. (繼承自 IDTSPackage100。)
公用屬性 SuppressConfigurationWarnings 基礎結構。Gets or sets a value that indicates whether the warnings generated by configurations are suppressed. (繼承自 IDTSPackage100。)
公用屬性 UpdateObjects 基礎結構。Gets or sets a value that indicates whether extensible objects can be updated at package load time if an updated version if found. (繼承自 IDTSPackage100。)
公用屬性 UpdatePackage 基礎結構。Gets or sets a value that indicates whether packages can be updated when an updated version is found. (繼承自 IDTSPackage100。)
公用屬性 VersionBuild 基礎結構。Gets or sets the build version of the package. (繼承自 IDTSPackage100。)
公用屬性 VersionComments 基礎結構。Gets or sets the comments associated with the package. (繼承自 IDTSPackage100。)
公用屬性 VersionGUID 基礎結構。Gets a unique GUID generated when the package is first created. (繼承自 IDTSPackage100。)
公用屬性 VersionMajor 基礎結構。Gets or sets the major build version of the package. (繼承自 IDTSPackage100。)
公用屬性 VersionMinor 基礎結構。Gets or sets the minor build version of the package. (繼承自 IDTSPackage100。)
公用屬性 Warnings 基礎結構。Gets a collection of warnings set on the package. (繼承自 IDTSPackage100。)

上層

方法

  名稱 說明
公用方法 CheckSignature 基礎結構。Checks the status of the digital signature of the package. (繼承自 IDTSPackage100。)
公用方法 Execute() 基礎結構。Returns a DTSExecResult enumeration that contains information about the success or failure of the package execution. (繼承自 IDTSPackage100。)
公用方法 Execute(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100, Object) 基礎結構。Runs the application, container, or package as part of a package workflow. (繼承自 IDTSPackage100。)
公用方法 ExportConfigurationFile 基礎結構。Creates an XML file that contains all deployable variables in the package. (繼承自 IDTSPackage100。)
公用方法 FindReferencedObjects 基礎結構。Returns a reference object enumeration. (繼承自 IDTSPackage100。)
公用方法 GetBreakpointTargets 基礎結構。Returns IDTSBreakpointTargets100 collection. (繼承自 IDTSPackage100。)
公用方法 GetObjectFromPackagePath 基礎結構。Returns a package property and the object from the specified package path. (繼承自 IDTSPackage100。)
公用方法 GetPreExecutionPackageXML 基礎結構。Gets a pre-execution package XML. (繼承自 IDTSPackage100。)
公用方法 ImportConfigurationFile 基礎結構。Loads a configuration file associated with the package. (繼承自 IDTSPackage100。)
公用方法 LoadUserCertificateByHash 基礎結構。Loads the certificate for the package according to the certificate hash. (繼承自 IDTSPackage100。)
公用方法 LoadUserCertificateByName 基礎結構。Loads the certificate for the package according to the certificate name. (繼承自 IDTSPackage100。)
公用方法 PermitUnencryptedSave 基礎結構。Specifies the unencrypted permit. (繼承自 IDTSPackage100。)
公用方法 ProcessConfiguration 基礎結構。Sets configuration information for a package and its objects. (繼承自 IDTSPackage100。)
公用方法 Validate 基礎結構。Allows the container to determine if it contains invalid settings that will prevent it from executing successfully. (繼承自 IDTSPackage100。)

上層

請參閱

參考

Microsoft.SqlServer.Dts.Runtime.Wrapper 命名空間