Поделиться через


Класс 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