ValidationOperation Class

Represents the class for a ValidationOperation.

Inheritance Hierarchy

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

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

Syntax

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

The ValidationOperation type exposes the following members.

Properties

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

Top

Methods

  Name Description
Protected method CreateIdentityKey (Inherited from SfcInstance.)
Public method Deny Denies the operation for the integration service. (Inherited from Operation.)
Public method Discover (Inherited from SfcInstance.)
Public method Equals (Inherited from Object.)
Protected method GetChildCollection (Inherited from SfcInstance.)
Public method GetDomain (Inherited from SfcInstance.)
Public method GetEffectivePermissions Retrieves the effective permissions for the operation. (Inherited from Operation.)
Public method GetExplicitPermissions() Retrieves the explicit permission for the operation. (Inherited from Operation.)
Public method GetExplicitPermissions(String) Retrieves the explicit permission for the operation with specified user name. (Inherited from Operation.)
Public method GetHashCode (Inherited from Object.)
Public method GetLatestMessages Gets the latest message for the operation. (Inherited from 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. (Inherited from Operation.)
Protected method InitializeUIPropertyState (Inherited from SfcInstance.)
Protected method OnPropertyMetadataChanges (Inherited from SfcInstance.)
Protected method OnPropertyValueChanges (Inherited from SfcInstance.)
Public method Refresh (Inherited from SfcInstance.)
Protected method ResetKey (Inherited from SfcInstance.)
Public method Revoke Revokes the operation. (Inherited from Operation.)
Public method ScriptDeny Denies the operation script. (Inherited from Operation.)
Public method ScriptGrant Grants the script for the operation. (Inherited from Operation.)
Public method ScriptRevoke Revokes the operation script. (Inherited from Operation.)
Public method Serialize (Inherited from SfcInstance.)
Public method Stop Stops the operation. (Inherited from Operation.)
Public method ToString (Inherited from SfcInstance.)

Top

Events

  Name Description
Public event PropertyChanged (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