Partager via


Classe ExecutionOperation

Represents a class for an ExecutionOperation.

Hiérarchie d'héritage

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
    Microsoft.SqlServer.Management.IntegrationServices.Operation
      Microsoft.SqlServer.Management.IntegrationServices.ExecutionOperation

Espace de noms :  Microsoft.SqlServer.Management.IntegrationServices
Assembly :  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Syntaxe

'Déclaration
Public NotInheritable Class ExecutionOperation _
    Inherits Operation
'Utilisation
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

Le type ExecutionOperation expose les membres suivants.

Propriétés

  Nom Description
Propriété protégée AbstractIdentityKey (hérité de SfcInstance.)
Propriété publique CallerName Gets the name of the caller. (hérité de Operation.)
Propriété publique Completed Gets or sets a value that indicates whether the operation has completed. (hérité de Operation.)
Propriété publique CreatedTime Gets the create time of the operation. (hérité de Operation.)
Propriété publique EndTime Gets the end time of the operation. (hérité de Operation.)
Propriété publique ExecutedAsName Gets the name under which the package is executed.
Propriété publique FolderName Gets the name of the folder.
Propriété publique Id Gets the identifier of the operation. (hérité de Operation.)
Propriété publique IdentityKey Gets the identity key.
Propriété publique Messages Gets the messages for the current operation. (hérité de Operation.)
Propriété publique Metadata (hérité de SfcInstance.)
Propriété publique ObjectId Gets the identifier of the object. (hérité de Operation.)
Propriété publique ObjectName Gets the name of the object. (hérité de Operation.)
Propriété publique ObjectType Gets the type of the object. (hérité de Operation.)
Propriété publique OperationType Gets the type of the operation. (hérité de Operation.)
Propriété publique PackageName Gets the name of the package.
Propriété publique Parent Gets or sets the parent. (hérité de Operation.)
Propriété publique ProjectName Gets the name of the project.
Propriété publique Properties (hérité de SfcInstance.)
Propriété publique StartTime Gets the start time of the operation. (hérité de Operation.)
Propriété protégée State (hérité de SfcInstance.)
Propriété publique Status Gets the status of the operation. (hérité de Operation.)
Propriété publique StoppedByName Gets the user (if any) that stopped the operation. (hérité de Operation.)
Propriété publique Urn (hérité de SfcInstance.)

Haut de la page

Méthodes

  Nom Description
Méthode protégée CreateIdentityKey (hérité de SfcInstance.)
Méthode publique Deny Denies the operation for the integration service. (hérité de Operation.)
Méthode publique Discover (hérité de SfcInstance.)
Méthode publique Equals (hérité de Object.)
Méthode protégée GetChildCollection (hérité de SfcInstance.)
Méthode publique GetDomain (hérité de SfcInstance.)
Méthode publique GetEffectivePermissions Retrieves the effective permissions for the operation. (hérité de Operation.)
Méthode publique GetExplicitPermissions() Retrieves the explicit permission for the operation. (hérité de Operation.)
Méthode publique GetExplicitPermissions(String) Retrieves the explicit permission for the operation with specified user name. (hérité de Operation.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetLatestMessages Gets the latest message for the operation. (hérité de Operation.)
Méthode publiqueMembre statique GetObjectFactory Gets the factory to create a new instance.
Méthode publique GetPropertySet (hérité de SfcInstance.)
Méthode publique GetType (hérité de Object.)
Méthode protégée GetTypeMetadataImpl (hérité de SfcInstance.)
Méthode publique Grant Grants permission to the operation. (hérité de Operation.)
Méthode protégée InitializeUIPropertyState (hérité de SfcInstance.)
Méthode protégée OnPropertyMetadataChanges (hérité de SfcInstance.)
Méthode protégée OnPropertyValueChanges (hérité de SfcInstance.)
Méthode publique Refresh (hérité de SfcInstance.)
Méthode protégée ResetKey (hérité de SfcInstance.)
Méthode publique Revoke Revokes the operation. (hérité de Operation.)
Méthode publique ScriptDeny Denies the operation script. (hérité de Operation.)
Méthode publique ScriptGrant Grants the script for the operation. (hérité de Operation.)
Méthode publique ScriptRevoke Revokes the operation script. (hérité de Operation.)
Méthode publique Serialize (hérité de SfcInstance.)
Méthode publique Stop Stops the operation. (hérité de Operation.)
Méthode publique ToString (hérité de SfcInstance.)

Haut de la page

Événements

  Nom Description
Événement public PropertyChanged (hérité de SfcInstance.)
Événement public PropertyMetadataChanged (hérité de SfcInstance.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Management.IntegrationServices