Compartir a través de


Clase ValidationOperation

Represents the class for a ValidationOperation.

Jerarquía de herencia

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
    Microsoft.SqlServer.Management.IntegrationServices.Operation
      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 NotInheritable Class ValidationOperation _
    Inherits Operation
'Uso
Dim instance As ValidationOperation
public sealed class ValidationOperation : Operation
public ref class ValidationOperation sealed : public Operation
[<SealedAttribute>]
type ValidationOperation =  
    class 
        inherit Operation 
    end
public final class ValidationOperation extends Operation

El tipo ValidationOperation 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. (Se hereda de Operation.)
Propiedad pública Completed Gets or sets a value that indicates whether the operation has completed. (Se hereda de Operation.)
Propiedad pública CreatedTime Gets the create time of the operation. (Se hereda de Operation.)
Propiedad pública EndTime Gets the end time of the operation. (Se hereda de Operation.)
Propiedad pública FolderName Gets the name of the folder.
Propiedad pública Id Gets the identifier of the operation. (Se hereda de Operation.)
Propiedad pública IdentityKey Gets the identity key.
Propiedad pública Messages Gets the messages for the current operation. (Se hereda de Operation.)
Propiedad pública Metadata (Se hereda de SfcInstance.)
Propiedad pública ObjectId Gets the identifier of the object. (Se hereda de Operation.)
Propiedad pública ObjectName Gets the name of the object. (Se hereda de Operation.)
Propiedad pública ObjectType Gets the type of the object. (Se hereda de Operation.)
Propiedad pública OperationType Gets the type of the operation. (Se hereda de Operation.)
Propiedad pública Parent Gets or sets the parent. (Se hereda de Operation.)
Propiedad pública ProjectName Gets the name of the project.
Propiedad pública Properties (Se hereda de SfcInstance.)
Propiedad pública StartTime Gets the start time of the operation. (Se hereda de Operation.)
Propiedad protegida State (Se hereda de SfcInstance.)
Propiedad pública Status Gets the status of the operation. (Se hereda de Operation.)
Propiedad pública StoppedByName Gets the user (if any) that stopped the operation. (Se hereda de Operation.)
Propiedad pública Urn (Se hereda de SfcInstance.)

Arriba

Métodos

  Nombre Descripción
Método protegido CreateIdentityKey (Se hereda de SfcInstance.)
Método público Deny Denies the operation for the integration service. (Se hereda de Operation.)
Método público Discover (Se hereda de SfcInstance.)
Método público Equals (Se hereda de Object.)
Método protegido GetChildCollection (Se hereda de SfcInstance.)
Método público GetDomain (Se hereda de SfcInstance.)
Método público GetEffectivePermissions Retrieves the effective permissions for the operation. (Se hereda de Operation.)
Método público GetExplicitPermissions() Retrieves the explicit permission for the operation. (Se hereda de Operation.)
Método público GetExplicitPermissions(String) Retrieves the explicit permission for the operation with specified user name. (Se hereda de Operation.)
Método público GetHashCode (Se hereda de Object.)
Método público GetLatestMessages Gets the latest message for the operation. (Se hereda de 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. (Se hereda de Operation.)
Método protegido InitializeUIPropertyState (Se hereda de SfcInstance.)
Método protegido OnPropertyMetadataChanges (Se hereda de SfcInstance.)
Método protegido OnPropertyValueChanges (Se hereda de SfcInstance.)
Método público Refresh (Se hereda de SfcInstance.)
Método protegido ResetKey (Se hereda de SfcInstance.)
Método público Revoke Revokes the operation. (Se hereda de Operation.)
Método público ScriptDeny Denies the operation script. (Se hereda de Operation.)
Método público ScriptGrant Grants the script for the operation. (Se hereda de Operation.)
Método público ScriptRevoke Revokes the operation script. (Se hereda de Operation.)
Método público Serialize (Se hereda de SfcInstance.)
Método público Stop Stops the operation. (Se hereda de Operation.)
Método público ToString (Se hereda de SfcInstance.)

Arriba

Eventos

  Nombre Descripción
Evento público PropertyChanged (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