Класс ExecutionOperation
Represents a class for an ExecutionOperation.
Иерархия наследования
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
Microsoft.SqlServer.Management.IntegrationServices.Operation
Microsoft.SqlServer.Management.IntegrationServices.ExecutionOperation
Пространство имен: Microsoft.SqlServer.Management.IntegrationServices
Сборка: Microsoft.SqlServer.Management.IntegrationServices (в Microsoft.SqlServer.Management.IntegrationServices.dll)
Синтаксис
'Декларация
Public NotInheritable Class ExecutionOperation _
Inherits Operation
'Применение
Dim instance As ExecutionOperation
public sealed class ExecutionOperation : Operation
public ref class ExecutionOperation sealed : public Operation
[<SealedAttribute>]
type ExecutionOperation =
class
inherit Operation
end
public final class ExecutionOperation extends Operation
Тип ExecutionOperation обеспечивает доступ к следующим элементам.
Свойства
Имя | Описание | |
---|---|---|
AbstractIdentityKey | (Производный от SfcInstance.) | |
CallerName | Gets the name of the caller. (Производный от Operation.) | |
Completed | Gets or sets a value that indicates whether the operation has completed. (Производный от Operation.) | |
CreatedTime | Gets the create time of the operation. (Производный от Operation.) | |
EndTime | Gets the end time of the operation. (Производный от Operation.) | |
ExecutedAsName | Gets the name under which the package is executed. | |
FolderName | Gets the name of the folder. | |
Id | Gets the identifier of the operation. (Производный от Operation.) | |
IdentityKey | Gets the identity key. | |
Messages | Gets the messages for the current operation. (Производный от Operation.) | |
Metadata | (Производный от SfcInstance.) | |
ObjectId | Gets the identifier of the object. (Производный от Operation.) | |
ObjectName | Gets the name of the object. (Производный от Operation.) | |
ObjectType | Gets the type of the object. (Производный от Operation.) | |
OperationType | Gets the type of the operation. (Производный от Operation.) | |
PackageName | Gets the name of the package. | |
Parent | Gets or sets the parent. (Производный от Operation.) | |
ProjectName | Gets the name of the project. | |
Properties | (Производный от SfcInstance.) | |
StartTime | Gets the start time of the operation. (Производный от Operation.) | |
State | (Производный от SfcInstance.) | |
Status | Gets the status of the operation. (Производный от Operation.) | |
StoppedByName | Gets the user (if any) that stopped the operation. (Производный от Operation.) | |
Urn | (Производный от SfcInstance.) |
В начало
Методы
Имя | Описание | |
---|---|---|
CreateIdentityKey | (Производный от SfcInstance.) | |
Deny | Denies the operation for the integration service. (Производный от Operation.) | |
Discover | (Производный от SfcInstance.) | |
Equals | (Производный от Object.) | |
GetChildCollection | (Производный от SfcInstance.) | |
GetDomain | (Производный от SfcInstance.) | |
GetEffectivePermissions | Retrieves the effective permissions for the operation. (Производный от Operation.) | |
GetExplicitPermissions() | Retrieves the explicit permission for the operation. (Производный от Operation.) | |
GetExplicitPermissions(String) | Retrieves the explicit permission for the operation with specified user name. (Производный от Operation.) | |
GetHashCode | (Производный от Object.) | |
GetLatestMessages | Gets the latest message for the operation. (Производный от Operation.) | |
GetObjectFactory | Gets the factory to create a new instance. | |
GetPropertySet | (Производный от SfcInstance.) | |
GetType | (Производный от Object.) | |
GetTypeMetadataImpl | (Производный от SfcInstance.) | |
Grant | Grants permission to the operation. (Производный от Operation.) | |
InitializeUIPropertyState | (Производный от SfcInstance.) | |
OnPropertyMetadataChanges | (Производный от SfcInstance.) | |
OnPropertyValueChanges | (Производный от SfcInstance.) | |
Refresh | (Производный от SfcInstance.) | |
ResetKey | (Производный от SfcInstance.) | |
Revoke | Revokes the operation. (Производный от Operation.) | |
ScriptDeny | Denies the operation script. (Производный от Operation.) | |
ScriptGrant | Grants the script for the operation. (Производный от Operation.) | |
ScriptRevoke | Revokes the operation script. (Производный от Operation.) | |
Serialize | (Производный от SfcInstance.) | |
Stop | Stops the operation. (Производный от Operation.) | |
ToString | (Производный от SfcInstance.) |
В начало
События
Имя | Описание | |
---|---|---|
PropertyChanged | (Производный от SfcInstance.) | |
PropertyMetadataChanged | (Производный от SfcInstance.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
См. также
Справочник
Пространство имен Microsoft.SqlServer.Management.IntegrationServices