Freigeben über


Operation-Klasse

Represents the class for an operation.

Vererbungshierarchie

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

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

Syntax

'Declaration
Public Class Operation _
    Inherits SfcInstance
'Usage
Dim instance As Operation
public class Operation : SfcInstance
public ref class Operation : public SfcInstance
type Operation =  
    class 
        inherit SfcInstance 
    end
public class Operation extends SfcInstance

Der Operation-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.
Öffentliche Eigenschaft Completed Gets or sets a value that indicates whether the operation has completed.
Öffentliche Eigenschaft CreatedTime Gets the create time of the operation.
Öffentliche Eigenschaft EndTime Gets the end time of the operation.
Öffentliche Eigenschaft Id Gets the identifier of the operation.
Öffentliche Eigenschaft IdentityKey Gets the identity key.
Öffentliche Eigenschaft Messages Gets the messages for the current operation.
Öffentliche Eigenschaft Metadata (Geerbt von SfcInstance.)
Öffentliche Eigenschaft ObjectId Gets the identifier of the object.
Öffentliche Eigenschaft ObjectName Gets the name of the object.
Öffentliche Eigenschaft ObjectType Gets the type of the object.
Öffentliche Eigenschaft OperationType Gets the type of the operation.
Öffentliche Eigenschaft Parent Gets or sets the parent.
Öffentliche Eigenschaft Properties (Geerbt von SfcInstance.)
Geschützte Eigenschaft PropertyStorageProvider (Geerbt von SfcInstance.)
Öffentliche Eigenschaft StartTime Gets the start time of the operation.
Geschützte Eigenschaft State (Geerbt von SfcInstance.)
Öffentliche Eigenschaft Status Gets the status of the operation.
Öffentliche Eigenschaft StoppedByName Gets the user (if any) that stopped the operation.
Öffentliche Eigenschaft Urn (Geerbt von SfcInstance.)

Zum Anfang

Methoden

  Name Beschreibung
Geschützte Methode AlterImpl (Geerbt von SfcInstance.)
Geschützte Methode CheckObjectCreated (Geerbt von SfcInstance.)
Geschützte Methode CheckObjectState (Geerbt von SfcInstance.)
Geschützte Methode CreateIdentityKey Creates the identity key. (Überschreibt SfcInstance.CreateIdentityKey().)
Geschützte Methode CreateImpl (Geerbt von SfcInstance.)
Öffentliche Methode Deny Denies the operation for the integration service.
Öffentliche Methode Discover (Geerbt von SfcInstance.)
Geschützte Methode DropImpl (Geerbt von SfcInstance.)
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Geschützte Methode GetChildCollection Retrieves the child collection based on element type. (Überschreibt SfcInstance.GetChildCollection(String).)
Öffentliche Methode GetDomain (Geerbt von SfcInstance.)
Öffentliche Methode GetEffectivePermissions Retrieves the effective permissions for the operation.
Öffentliche Methode GetExplicitPermissions() Retrieves the explicit permission for the operation.
Öffentliche Methode GetExplicitPermissions(String) Retrieves the explicit permission for the operation with specified user name.
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetLatestMessages Gets the latest message for the operation.
Öffentliche MethodeStatisches Element GetObjectFactory Retrieves 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.
Geschützte Methode InitializeUIPropertyState (Geerbt von SfcInstance.)
Geschützte Methode MarkForDropImpl (Geerbt von SfcInstance.)
Geschützte Methode MarkRootAsConnected (Geerbt von SfcInstance.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Geschützte Methode MoveImpl (Geerbt von SfcInstance.)
Geschützte Methode OnPropertyMetadataChanges (Geerbt von SfcInstance.)
Geschützte Methode OnPropertyValueChanges (Geerbt von SfcInstance.)
Geschützte Methode PostAlter (Geerbt von SfcInstance.)
Geschützte Methode PostCreate (Geerbt von SfcInstance.)
Geschützte Methode PostDrop (Geerbt von SfcInstance.)
Geschützte Methode PostMove (Geerbt von SfcInstance.)
Geschützte Methode PostRename (Geerbt von SfcInstance.)
Öffentliche Methode Refresh (Geerbt von SfcInstance.)
Geschützte Methode RenameImpl (Geerbt von SfcInstance.)
Geschützte Methode ResetKey (Geerbt von SfcInstance.)
Öffentliche Methode Revoke Revokes the operation.
Öffentliche Methode ScriptDeny Denies the operation script.
Öffentliche Methode ScriptGrant Grants the script for the operation.
Öffentliche Methode ScriptRevoke Revokes the operation script.
Öffentliche Methode Serialize (Geerbt von SfcInstance.)
Öffentliche Methode Stop Stops the operation.
Öffentliche Methode ToString (Geerbt von SfcInstance.)
Geschützte Methode UpdateUIPropertyState (Geerbt von SfcInstance.)
Geschützte Methode Validate (Geerbt von SfcInstance.)

Zum Anfang

Ereignisse

  Name Beschreibung
Geschütztes Ereignis propertyChanged (Geerbt von SfcInstance.)
Öffentliches Ereignis PropertyChanged (Geerbt von SfcInstance.)
Geschütztes Ereignis propertyMetadataChanged (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