Bagikan melalui


Operation Class

Represents the class for an operation.

Inheritance Hierarchy

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

The Operation type exposes the following members.

Properties

  Name Description
Protected property AbstractIdentityKey (Inherited from SfcInstance.)
Public property CallerName Gets the name of the caller.
Public property Completed Gets or sets a value that indicates whether the operation has completed.
Public property CreatedTime Gets the create time of the operation.
Public property EndTime Gets the end time of the operation.
Public property Id Gets the identifier of the operation.
Public property IdentityKey Gets the identity key.
Public property Messages Gets the messages for the current operation.
Public property Metadata (Inherited from SfcInstance.)
Public property ObjectId Gets the identifier of the object.
Public property ObjectName Gets the name of the object.
Public property ObjectType Gets the type of the object.
Public property OperationType Gets the type of the operation.
Public property Parent Gets or sets the parent.
Public property Properties (Inherited from SfcInstance.)
Protected property PropertyStorageProvider (Inherited from SfcInstance.)
Public property StartTime Gets the start time of the operation.
Protected property State (Inherited from SfcInstance.)
Public property Status Gets the status of the operation.
Public property StoppedByName Gets the user (if any) that stopped the operation.
Public property Urn (Inherited from SfcInstance.)

Top

Methods

  Name Description
Protected method AlterImpl (Inherited from SfcInstance.)
Protected method CheckObjectCreated (Inherited from SfcInstance.)
Protected method CheckObjectState (Inherited from SfcInstance.)
Protected method CreateIdentityKey Creates the identity key. (Overrides SfcInstance.CreateIdentityKey().)
Protected method CreateImpl (Inherited from SfcInstance.)
Public method Deny Denies the operation for the integration service.
Public method Discover (Inherited from SfcInstance.)
Protected method DropImpl (Inherited from SfcInstance.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Protected method GetChildCollection Retrieves the child collection based on element type. (Overrides SfcInstance.GetChildCollection(String).)
Public method GetDomain (Inherited from SfcInstance.)
Public method GetEffectivePermissions Retrieves the effective permissions for the operation.
Public method GetExplicitPermissions() Retrieves the explicit permission for the operation.
Public method GetExplicitPermissions(String) Retrieves the explicit permission for the operation with specified user name.
Public method GetHashCode (Inherited from Object.)
Public method GetLatestMessages Gets the latest message for the operation.
Public methodStatic member GetObjectFactory Retrieves the factory to create a new instance.
Public method GetPropertySet (Inherited from SfcInstance.)
Public method GetType (Inherited from Object.)
Protected method GetTypeMetadataImpl (Inherited from SfcInstance.)
Public method Grant Grants permission to the operation.
Protected method InitializeUIPropertyState (Inherited from SfcInstance.)
Protected method MarkForDropImpl (Inherited from SfcInstance.)
Protected method MarkRootAsConnected (Inherited from SfcInstance.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method MoveImpl (Inherited from SfcInstance.)
Protected method OnPropertyMetadataChanges (Inherited from SfcInstance.)
Protected method OnPropertyValueChanges (Inherited from SfcInstance.)
Protected method PostAlter (Inherited from SfcInstance.)
Protected method PostCreate (Inherited from SfcInstance.)
Protected method PostDrop (Inherited from SfcInstance.)
Protected method PostMove (Inherited from SfcInstance.)
Protected method PostRename (Inherited from SfcInstance.)
Public method Refresh (Inherited from SfcInstance.)
Protected method RenameImpl (Inherited from SfcInstance.)
Protected method ResetKey (Inherited from SfcInstance.)
Public method Revoke Revokes the operation.
Public method ScriptDeny Denies the operation script.
Public method ScriptGrant Grants the script for the operation.
Public method ScriptRevoke Revokes the operation script.
Public method Serialize (Inherited from SfcInstance.)
Public method Stop Stops the operation.
Public method ToString (Inherited from SfcInstance.)
Protected method UpdateUIPropertyState (Inherited from SfcInstance.)
Protected method Validate (Inherited from SfcInstance.)

Top

Events

  Name Description
Protected event propertyChanged (Inherited from SfcInstance.)
Public event PropertyChanged (Inherited from SfcInstance.)
Protected event propertyMetadataChanged (Inherited from SfcInstance.)
Public event PropertyMetadataChanged (Inherited from SfcInstance.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SqlServer.Management.IntegrationServices Namespace