Класс PackageRemote64Class
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Represents a class for a remote 64 bit package.
Иерархия наследования
System.Object
Microsoft.SqlServer.Dts.Runtime.Wrapper.PackageRemote64Class
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка: Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)
Синтаксис
'Декларация
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
<GuidAttribute("26B69262-7A37-4F09-AE58-961DCDC25BC5")> _
Public Class PackageRemote64Class _
Implements PackageRemote64, IDTSPackage100, IDTSPackageSigning100, IDTSContainer100, _
IDTSExecutable100, IDTSEventsProvider100, IDTSExecutionMetrics100, IDTSSequence100, IDTSPropertiesProvider100, _
IDTSName100, IDTSBreakpointSite100, IDTSSuspend100, IDTSPersist100, IDTSRuntimeObject100, _
IDTSProjectPackage100
'Применение
Dim instance As PackageRemote64Class
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[GuidAttribute("26B69262-7A37-4F09-AE58-961DCDC25BC5")]
public class PackageRemote64Class : PackageRemote64,
IDTSPackage100, IDTSPackageSigning100, IDTSContainer100, IDTSExecutable100, IDTSEventsProvider100,
IDTSExecutionMetrics100, IDTSSequence100, IDTSPropertiesProvider100, IDTSName100, IDTSBreakpointSite100,
IDTSSuspend100, IDTSPersist100, IDTSRuntimeObject100, IDTSProjectPackage100
[ClassInterfaceAttribute(ClassInterfaceType::None)]
[GuidAttribute(L"26B69262-7A37-4F09-AE58-961DCDC25BC5")]
public ref class PackageRemote64Class : PackageRemote64,
IDTSPackage100, IDTSPackageSigning100, IDTSContainer100, IDTSExecutable100, IDTSEventsProvider100,
IDTSExecutionMetrics100, IDTSSequence100, IDTSPropertiesProvider100, IDTSName100, IDTSBreakpointSite100,
IDTSSuspend100, IDTSPersist100, IDTSRuntimeObject100, IDTSProjectPackage100
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
[<GuidAttribute("26B69262-7A37-4F09-AE58-961DCDC25BC5")>]
type PackageRemote64Class =
class
interface PackageRemote64
interface IDTSPackage100
interface IDTSPackageSigning100
interface IDTSContainer100
interface IDTSExecutable100
interface IDTSEventsProvider100
interface IDTSExecutionMetrics100
interface IDTSSequence100
interface IDTSPropertiesProvider100
interface IDTSName100
interface IDTSBreakpointSite100
interface IDTSSuspend100
interface IDTSPersist100
interface IDTSRuntimeObject100
interface IDTSProjectPackage100
end
public class PackageRemote64Class implements PackageRemote64, IDTSPackage100, IDTSPackageSigning100, IDTSContainer100, IDTSExecutable100, IDTSEventsProvider100, IDTSExecutionMetrics100, IDTSSequence100, IDTSPropertiesProvider100, IDTSName100, IDTSBreakpointSite100, IDTSSuspend100, IDTSPersist100, IDTSRuntimeObject100, IDTSProjectPackage100
Тип PackageRemote64Class обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
![]() |
PackageRemote64Class | Инфраструктура. Initializes a new instance of the PackageRemote64Class class. |
В начало
Свойства
Имя | Описание | |
---|---|---|
![]() |
CertificateContext | Инфраструктура. Gets or sets the certificate context. |
![]() |
CertificateObject | Инфраструктура. Gets or sets the certificate object for the package. |
![]() |
CheckpointFileName | Инфраструктура. Gets or sets the name of the file that captures the checkpoint information, which enables a package to restart. |
![]() |
CheckpointUsage | Инфраструктура. Gets or sets a value that specifies if or when a package is restarted. |
![]() |
CheckSignatureOnLoad | Инфраструктура. Gets or sets a value indicating whether the digital signature is checked when a package is loaded. |
![]() |
Configurations | Инфраструктура. Gets the collection of configurations for the package. |
![]() |
Connections | Инфраструктура. Gets the collection of connection managers for the package. |
![]() |
CreationDate | Инфраструктура. Gets or sets the date and time that the package was created. |
![]() |
CreationName | Инфраструктура. Gets a value that contains the name. |
![]() |
CreatorComputerName | Инфраструктура. Gets or sets the name of the computer on which the package was created. |
![]() |
CreatorName | Инфраструктура. Gets or sets the name of the individual who created the package. |
![]() |
DebugMode | Инфраструктура. Gets or sets a value that indicates whether the specified object is in debug mode. |
![]() |
DelayValidation | Инфраструктура. Gets or sets a value that indicates whether validation of the task is delayed until runtime. |
![]() |
Description | Инфраструктура. Gets or sets the description of the PackageRemote64Class object. |
![]() |
DesignEvents | Инфраструктура. Gets or sets an IDTSEvents100 that indicates if the designer or other third-party client is to receive events during design time. |
![]() |
DesignTimeProperties | Инфраструктура. Gets or sets the design time properties of a package such as layout information. |
![]() |
Disable | Инфраструктура. Gets or sets a value that indicates if the IDTSContainer100 object is disabled. |
![]() |
DisableEventHandlers | Инфраструктура. Gets or sets a value that indicates whether the event handlers on task are disabled. |
![]() |
EnableConfigurations | Инфраструктура. Gets or sets a value that indicates whether the package loads configurations. |
![]() |
EncryptCheckpoints | Инфраструктура. Gets or sets a value that indicates whether the checkpoint files are encrypted. |
![]() |
Errors | Инфраструктура. Gets the collection of errors associated with the package. |
![]() |
EventHandlers | Инфраструктура. Gets a collection of event handler objects. |
![]() |
EventInfos | Инфраструктура. Gets a collection of IDTSEventInfo100 objects. |
![]() |
Executables | Инфраструктура. Gets a collection of executable objects within the package that are a part of the package workflow. |
![]() |
ExecutionDuration | Инфраструктура. Gets a value that indicates the amount of time that the container spent in execution, in milliseconds. |
![]() |
ExecutionResult | Инфраструктура. Gets a value that indicates the success or failure of the execution of the PackageRemote64Class object. |
![]() |
ExecutionStatus | Инфраструктура. Gets a value that indicates the current status of the execution of the PackageRemote64Class object at the time of the call. |
![]() |
ExtendedProperties | Инфраструктура. Gets the ExtendedProperties collection for the package. |
![]() |
FailPackageOnFailure | Инфраструктура. Gets or sets a value that indicates whether the package fails when a child container fails. |
![]() |
FailParentOnFailure | Инфраструктура. Gets or sets a value that indicates whether the parent container fails when a child container fails. |
![]() |
ForcedExecutionValue | Инфраструктура. Gets or sets an object that contains a container-defined value. |
![]() |
ForceExecutionResult | Инфраструктура. Gets or sets a DTSForcedExecResult enumeration value that specifies the execution result of the container. |
![]() |
ForceExecutionValue | Инфраструктура. Gets or sets a value that indicates whether the execution value of the container should be forced to contain a particular value. |
![]() |
ID | Инфраструктура. Gets the ID, which is a GUID, of the PackageRemote64Class. |
![]() |
IDTSPackageSigning100_CertificateContext | Инфраструктура. Gets or sets the certificate context. |
![]() |
IDTSPackageSigning100_CertificateObject | Инфраструктура. Gets or sets the certificate object. |
![]() |
IDTSPackageSigning100_CheckSignatureOnLoad | Инфраструктура. Gets or sets a value that indicates whether the package checks the signature on loading. |
![]() |
IDTSSuspend100_SuspendRequired | Инфраструктура. Gets or sets a value that indicates whether the task should suspend when they encounter a breakpoint. |
![]() |
InteractiveMode | Инфраструктура. Gets or sets a value that indicates whether the tasks should show user interface objects while executing. |
![]() |
IsDefaultLocaleID | Инфраструктура. Gets a value that indicates whether the container uses the default code. |
![]() |
IsolationLevel | Инфраструктура. Gets or sets the isolation level of the transaction in the PackageRemote64Class object. |
![]() |
LastModifiedProductVersion | Инфраструктура. Gets the product version of the last modified package. |
![]() |
LocaleID | Инфраструктура. Gets or sets the specified localeID to use when the PackageRemote64Class object is executed. |
![]() |
LogEntryInfos | Инфраструктура. Gets a IDTSLogEntryInfos100 object. |
![]() |
LoggingMode | Инфраструктура. Gets or sets a valid value from the DTSLoggingMode enumeration that indicates the logging mode of the container. |
![]() |
LoggingOptions | Инфраструктура. Gets an object that contains properties that indicates the filtering and logging resource for containers. |
![]() |
LogProviders | Инфраструктура. Gets the collection of log providers associated with the package. |
![]() |
MaxConcurrentExecutables | Инфраструктура. Gets or sets the number of threads that a package can create. |
![]() |
MaximumErrorCount | Инфраструктура. Gets or sets the maximum number of errors that can occur before the PackageRemote64Class object stops running. |
![]() |
Name | Инфраструктура. Gets or sets the name of the PackageRemote64Class. |
![]() |
OfflineMode | Инфраструктура. Gets or sets a value that indicates whether the package is working in offline mode. |
![]() |
PackageFormatVersion | Инфраструктура. Gets the format version of the package. |
![]() |
PackageLocation | Инфраструктура. Gets the location of the package. |
![]() |
PackagePassword | Инфраструктура. Sets the value of the password for the package. |
![]() |
PackagePriorityClass | Инфраструктура. Gets or sets the Win32 thread priority class of the package thread. |
![]() |
PackageType | Инфраструктура. Gets or sets a value that identifies the tool that created the package. |
![]() |
PackageUpgradeOptions | Инфраструктура. Gets or sets the upgrade options for the package. |
![]() |
Parent | Инфраструктура. Gets the parent container. |
![]() |
PrecedenceConstraints | Инфраструктура. Gets a collection of precedence constraints for the package. |
![]() |
Properties | Инфраструктура. Gets a collection of IDTSProperties100 for the package. |
![]() |
ProtectionLevel | Инфраструктура. Gets or sets the level of protection on the package. |
![]() |
SafeRecursiveProjectPackageExecution | Инфраструктура. Gets or sets a value that indicates whether recursive execution of the package is sage. |
![]() |
SaveCheckpoints | Инфраструктура. Gets or sets a value that determines if the package will use checkpoints during package execution. |
![]() |
SQLFolder | Инфраструктура. Gets or sets the SQL folder for the package. |
![]() |
StartTime | Инфраструктура. Gets the time when the package starts execution. |
![]() |
StopTime | Инфраструктура. Gets the time when the package stops execution. |
![]() |
SuppressConfigurationWarnings | Инфраструктура. Gets or sets a value that indicates whether the warnings generated by configurations are suppressed. |
![]() |
SuspendRequired | Инфраструктура. Gets or sets a value that indicates whether the tasks should suspend when they encounter a breakpoint. |
![]() |
TransactionOption | Инфраструктура. Gets or sets a PackageRemote64Class enumeration value that indicates whether the package participates in transactions. |
![]() |
UpdateObjects | Инфраструктура. Gets or sets a value that indicates whether the extensible objects can be updated at package load time if an updated version is found. |
![]() |
UpdatePackage | Инфраструктура. Gets or sets a value that indicates whether the packages can be updated when an updated version is found. |
![]() |
VariableDispenser | Инфраструктура. Gets the dispenser of the variables in the package. |
![]() |
Variables | Инфраструктура. Gets a collection that contains the variables associated with the package. |
![]() |
VersionBuild | Инфраструктура. Gets or sets the build version of the package. |
![]() |
VersionComments | Инфраструктура. Gets or sets the version comments associated with the package. |
![]() |
VersionGUID | Инфраструктура. Gets the version GUID generated when the package is first created. |
![]() |
VersionMajor | Инфраструктура. Gets or sets the major build version of the package. |
![]() |
VersionMinor | Инфраструктура. Gets or sets the minor build version of the package. |
![]() |
Warnings | Инфраструктура. Gets the collection of warnings set on the package. |
В начало
Методы
Имя | Описание | |
---|---|---|
![]() |
AcceptBreakpointManager | Инфраструктура. Passes a breakpoint manager to a package. |
![]() |
CheckSignature | Инфраструктура. Checks the status of the digital signature of the package. |
![]() |
ComputeExpressions | Инфраструктура. Computes the expression of this PackageRemote64Class object. |
![]() |
Equals | (Производный от Object.) |
![]() |
Execute() | Инфраструктура. Returns a DTSExecResult enumeration that contains information about the success or failure of the package execution. |
![]() |
Execute(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100, Object) | Инфраструктура. Runs the application, container, or package as part of a package workflow. |
![]() |
ExportConfigurationFile | Инфраструктура. Creates an XML file that contains all deployable variables in the package. |
![]() |
Finalize | (Производный от Object.) |
![]() |
FindReferencedObjects | Инфраструктура. Returns a reference object enumeration. |
![]() |
GetBreakpointTargets | Инфраструктура. Returns a IDTSBreakpointTargets100 collection. |
![]() |
GetExpression | Инфраструктура. Returns a value that contains the expression for the specified property. |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetObjectFromPackagePath | Инфраструктура. Returns an object from the specified package path. |
![]() |
GetParentID | Инфраструктура. Retrieves the parent identifier of the package. |
![]() |
GetPreExecutionPackageXML | Инфраструктура. Retrieves the pre-execution of a package XML. |
![]() |
GetProject | Инфраструктура. Retrieves the DTS project. |
![]() |
GetType | (Производный от Object.) |
![]() |
IDTSExecutable100_Execute | Инфраструктура. Executes the executable. |
![]() |
IDTSExecutable100_Validate | Инфраструктура. Verifies that the executable will successfully execute by validating all its dependencies and other items before executing it. |
![]() |
IDTSPackageSigning100_CheckSignature | Инфраструктура. Checks the signature of the package. |
![]() |
IDTSPackageSigning100_LoadUserCertificateByHash | Инфраструктура. Loads the user certificate using hash. |
![]() |
IDTSPackageSigning100_LoadUserCertificateByName | Инфраструктура. Loads the user certificate by name. |
![]() |
IDTSSuspend100_ResumeExecution | Инфраструктура. Resumes the execution of the task after pausing. |
![]() |
IDTSSuspend100_SuspendExecution | Инфраструктура. Notifies that the executable needs to suspend. |
![]() |
ImportConfigurationFile | Инфраструктура. Loads a configuration file associated with the package. |
![]() |
LoadFromXML | Инфраструктура. Loads a package and all its objects that have been saved to memory in XML format. |
![]() |
LoadUserCertificateByHash | Инфраструктура. Loads the user certificate using hash. |
![]() |
LoadUserCertificateByName | Инфраструктура. Loads the user certificate by name. |
![]() |
MemberwiseClone | (Производный от Object.) |
![]() |
PasswordMatch | Инфраструктура. Determines whether the specified password matches with the package password. |
![]() |
PermitUnencryptedSave | Инфраструктура. Permits the unencrypted information to save. |
![]() |
ProcessConfiguration | Инфраструктура. Specifies the configuration information for a package and its objects. |
![]() |
RegenerateID | Инфраструктура. Creates a new GUID for the package and updates the package ID property. |
![]() |
ResumeExecution | Инфраструктура. Resumes the execution of the package after pausing. |
![]() |
SaveToXML | Инфраструктура. Saves the package to memory in an XML format. |
![]() |
SetExpression | Инфраструктура. Assigns the specified expression to the property. |
![]() |
SetProject | Инфраструктура. Sets the specified project. |
![]() |
SuspendExecution | Инфраструктура. Calls when the executable needs to suspend. This method is called by the runtime engine. |
![]() |
ToString | (Производный от Object.) |
![]() |
Validate | Инфраструктура. Allows the package to determine if it contains invalid settings that will prevent it from executing successfully. |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.