Condividi tramite


Classe ValidationOperation

Represents the class for a ValidationOperation.

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintassi

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

Nel tipo ValidationOperation sono esposti i membri seguenti.

Proprietà

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

In alto

Metodi

  Nome Descrizione
Metodo protetto CreateIdentityKey Ereditato da SfcInstance.
Metodo pubblico Deny Denies the operation for the integration service. Ereditato da Operation.
Metodo pubblico Discover Ereditato da SfcInstance.
Metodo pubblico Equals Ereditato da Object.
Metodo protetto GetChildCollection Ereditato da SfcInstance.
Metodo pubblico GetDomain Ereditato da SfcInstance.
Metodo pubblico GetEffectivePermissions Retrieves the effective permissions for the operation. Ereditato da Operation.
Metodo pubblico GetExplicitPermissions() Retrieves the explicit permission for the operation. Ereditato da Operation.
Metodo pubblico GetExplicitPermissions(String) Retrieves the explicit permission for the operation with specified user name. Ereditato da Operation.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetLatestMessages Gets the latest message for the operation. Ereditato da Operation.
Metodo pubblicoMembro statico GetObjectFactory Retrieves the factory to create a new instance.
Metodo pubblico GetPropertySet Ereditato da SfcInstance.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto GetTypeMetadataImpl Ereditato da SfcInstance.
Metodo pubblico Grant Grants permission to the operation. Ereditato da Operation.
Metodo protetto InitializeUIPropertyState Ereditato da SfcInstance.
Metodo protetto OnPropertyMetadataChanges Ereditato da SfcInstance.
Metodo protetto OnPropertyValueChanges Ereditato da SfcInstance.
Metodo pubblico Refresh Ereditato da SfcInstance.
Metodo protetto ResetKey Ereditato da SfcInstance.
Metodo pubblico Revoke Revokes the operation. Ereditato da Operation.
Metodo pubblico ScriptDeny Denies the operation script. Ereditato da Operation.
Metodo pubblico ScriptGrant Grants the script for the operation. Ereditato da Operation.
Metodo pubblico ScriptRevoke Revokes the operation script. Ereditato da Operation.
Metodo pubblico Serialize Ereditato da SfcInstance.
Metodo pubblico Stop Stops the operation. Ereditato da Operation.
Metodo pubblico ToString Ereditato da SfcInstance.

In alto

Eventi

  Nome Descrizione
Evento pubblico PropertyChanged Ereditato da SfcInstance.
Evento pubblico PropertyMetadataChanged Ereditato da SfcInstance.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Management.IntegrationServices