Freigeben über


ExecutionOperation-Klasse

Represents a class for an ExecutionOperation.

Vererbungshierarchie

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

Namespace:  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)

Syntax

'Declaration
Public NotInheritable Class ExecutionOperation _
    Inherits Operation
'Usage
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

Der ExecutionOperation-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Geschützte Eigenschaft AbstractIdentityKey (Geerbt von SfcInstance.)
Öffentliche Eigenschaft CallerName Gets the name of the caller. (Geerbt von Operation.)
Öffentliche Eigenschaft Completed Gets or sets a value that indicates whether the operation has completed. (Geerbt von Operation.)
Öffentliche Eigenschaft CreatedTime Gets the create time of the operation. (Geerbt von Operation.)
Öffentliche Eigenschaft EndTime Gets the end time of the operation. (Geerbt von Operation.)
Öffentliche Eigenschaft ExecutedAsName Gets the name under which the package is executed.
Öffentliche Eigenschaft FolderName Gets the name of the folder.
Öffentliche Eigenschaft Id Gets the identifier of the operation. (Geerbt von Operation.)
Öffentliche Eigenschaft IdentityKey Gets the identity key.
Öffentliche Eigenschaft Messages Gets the messages for the current operation. (Geerbt von Operation.)
Öffentliche Eigenschaft Metadata (Geerbt von SfcInstance.)
Öffentliche Eigenschaft ObjectId Gets the identifier of the object. (Geerbt von Operation.)
Öffentliche Eigenschaft ObjectName Gets the name of the object. (Geerbt von Operation.)
Öffentliche Eigenschaft ObjectType Gets the type of the object. (Geerbt von Operation.)
Öffentliche Eigenschaft OperationType Gets the type of the operation. (Geerbt von Operation.)
Öffentliche Eigenschaft PackageName Gets the name of the package.
Öffentliche Eigenschaft Parent Gets or sets the parent. (Geerbt von Operation.)
Öffentliche Eigenschaft ProjectName Gets the name of the project.
Öffentliche Eigenschaft Properties (Geerbt von SfcInstance.)
Öffentliche Eigenschaft StartTime Gets the start time of the operation. (Geerbt von Operation.)
Geschützte Eigenschaft State (Geerbt von SfcInstance.)
Öffentliche Eigenschaft Status Gets the status of the operation. (Geerbt von Operation.)
Öffentliche Eigenschaft StoppedByName Gets the user (if any) that stopped the operation. (Geerbt von Operation.)
Öffentliche Eigenschaft Urn (Geerbt von SfcInstance.)

Zum Anfang

Methoden

  Name Beschreibung
Geschützte Methode CreateIdentityKey (Geerbt von SfcInstance.)
Öffentliche Methode Deny Denies the operation for the integration service. (Geerbt von Operation.)
Öffentliche Methode Discover (Geerbt von SfcInstance.)
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode GetChildCollection (Geerbt von SfcInstance.)
Öffentliche Methode GetDomain (Geerbt von SfcInstance.)
Öffentliche Methode GetEffectivePermissions Retrieves the effective permissions for the operation. (Geerbt von Operation.)
Öffentliche Methode GetExplicitPermissions() Retrieves the explicit permission for the operation. (Geerbt von Operation.)
Öffentliche Methode GetExplicitPermissions(String) Retrieves the explicit permission for the operation with specified user name. (Geerbt von Operation.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetLatestMessages Gets the latest message for the operation. (Geerbt von Operation.)
Öffentliche MethodeStatisches Element GetObjectFactory Gets the factory to create a new instance.
Öffentliche Methode GetPropertySet (Geerbt von SfcInstance.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode GetTypeMetadataImpl (Geerbt von SfcInstance.)
Öffentliche Methode Grant Grants permission to the operation. (Geerbt von Operation.)
Geschützte Methode InitializeUIPropertyState (Geerbt von SfcInstance.)
Geschützte Methode OnPropertyMetadataChanges (Geerbt von SfcInstance.)
Geschützte Methode OnPropertyValueChanges (Geerbt von SfcInstance.)
Öffentliche Methode Refresh (Geerbt von SfcInstance.)
Geschützte Methode ResetKey (Geerbt von SfcInstance.)
Öffentliche Methode Revoke Revokes the operation. (Geerbt von Operation.)
Öffentliche Methode ScriptDeny Denies the operation script. (Geerbt von Operation.)
Öffentliche Methode ScriptGrant Grants the script for the operation. (Geerbt von Operation.)
Öffentliche Methode ScriptRevoke Revokes the operation script. (Geerbt von Operation.)
Öffentliche Methode Serialize (Geerbt von SfcInstance.)
Öffentliche Methode Stop Stops the operation. (Geerbt von Operation.)
Öffentliche Methode ToString (Geerbt von SfcInstance.)

Zum Anfang

Ereignisse

  Name Beschreibung
Öffentliches Ereignis PropertyChanged (Geerbt von SfcInstance.)
Öffentliches Ereignis PropertyMetadataChanged (Geerbt von SfcInstance.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.SqlServer.Management.IntegrationServices-Namespace