Compartir a través de


Clase Operation

Represents the class for an operation.

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.SqlServer.Management.IntegrationServices
Ensamblado:  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxis

'Declaración
Public Class Operation _
    Inherits SfcInstance
'Uso
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

El tipo Operation expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad protegida AbstractIdentityKey (Se hereda de SfcInstance.)
Propiedad pública CallerName Gets the name of the caller.
Propiedad pública Completed Gets or sets a value that indicates whether the operation has completed.
Propiedad pública CreatedTime Gets the create time of the operation.
Propiedad pública EndTime Gets the end time of the operation.
Propiedad pública Id Gets the identifier of the operation.
Propiedad pública IdentityKey Gets the identity key.
Propiedad pública Messages Gets the messages for the current operation.
Propiedad pública Metadata (Se hereda de SfcInstance.)
Propiedad pública ObjectId Gets the identifier of the object.
Propiedad pública ObjectName Gets the name of the object.
Propiedad pública ObjectType Gets the type of the object.
Propiedad pública OperationType Gets the type of the operation.
Propiedad pública Parent Gets or sets the parent.
Propiedad pública Properties (Se hereda de SfcInstance.)
Propiedad protegida PropertyStorageProvider (Se hereda de SfcInstance.)
Propiedad pública StartTime Gets the start time of the operation.
Propiedad protegida State (Se hereda de SfcInstance.)
Propiedad pública Status Gets the status of the operation.
Propiedad pública StoppedByName Gets the user (if any) that stopped the operation.
Propiedad pública Urn (Se hereda de SfcInstance.)

Arriba

Métodos

  Nombre Descripción
Método protegido AlterImpl (Se hereda de SfcInstance.)
Método protegido CheckObjectCreated (Se hereda de SfcInstance.)
Método protegido CheckObjectState (Se hereda de SfcInstance.)
Método protegido CreateIdentityKey Creates the identity key. (Invalida SfcInstance.CreateIdentityKey().)
Método protegido CreateImpl (Se hereda de SfcInstance.)
Método público Deny Denies the operation for the integration service.
Método público Discover (Se hereda de SfcInstance.)
Método protegido DropImpl (Se hereda de SfcInstance.)
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método protegido GetChildCollection Retrieves the child collection based on element type. (Invalida SfcInstance.GetChildCollection(String).)
Método público GetDomain (Se hereda de SfcInstance.)
Método público GetEffectivePermissions Retrieves the effective permissions for the operation.
Método público GetExplicitPermissions() Retrieves the explicit permission for the operation.
Método público GetExplicitPermissions(String) Retrieves the explicit permission for the operation with specified user name.
Método público GetHashCode (Se hereda de Object.)
Método público GetLatestMessages Gets the latest message for the operation.
Método públicoMiembro estático GetObjectFactory Retrieves the factory to create a new instance.
Método público GetPropertySet (Se hereda de SfcInstance.)
Método público GetType (Se hereda de Object.)
Método protegido GetTypeMetadataImpl (Se hereda de SfcInstance.)
Método público Grant Grants permission to the operation.
Método protegido InitializeUIPropertyState (Se hereda de SfcInstance.)
Método protegido MarkForDropImpl (Se hereda de SfcInstance.)
Método protegido MarkRootAsConnected (Se hereda de SfcInstance.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método protegido MoveImpl (Se hereda de SfcInstance.)
Método protegido OnPropertyMetadataChanges (Se hereda de SfcInstance.)
Método protegido OnPropertyValueChanges (Se hereda de SfcInstance.)
Método protegido PostAlter (Se hereda de SfcInstance.)
Método protegido PostCreate (Se hereda de SfcInstance.)
Método protegido PostDrop (Se hereda de SfcInstance.)
Método protegido PostMove (Se hereda de SfcInstance.)
Método protegido PostRename (Se hereda de SfcInstance.)
Método público Refresh (Se hereda de SfcInstance.)
Método protegido RenameImpl (Se hereda de SfcInstance.)
Método protegido ResetKey (Se hereda de SfcInstance.)
Método público Revoke Revokes the operation.
Método público ScriptDeny Denies the operation script.
Método público ScriptGrant Grants the script for the operation.
Método público ScriptRevoke Revokes the operation script.
Método público Serialize (Se hereda de SfcInstance.)
Método público Stop Stops the operation.
Método público ToString (Se hereda de SfcInstance.)
Método protegido UpdateUIPropertyState (Se hereda de SfcInstance.)
Método protegido Validate (Se hereda de SfcInstance.)

Arriba

Eventos

  Nombre Descripción
Evento protegido propertyChanged (Se hereda de SfcInstance.)
Evento público PropertyChanged (Se hereda de SfcInstance.)
Evento protegido propertyMetadataChanged (Se hereda de SfcInstance.)
Evento público PropertyMetadataChanged (Se hereda de SfcInstance.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices