Condividi tramite


Classe Operation

Represents the class for an operation.

Gerarchia di ereditarietà

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
    Microsoft.SqlServer.Management.IntegrationServices.Operation
      Microsoft.SqlServer.Management.IntegrationServices.ExecutionOperation
      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 Class Operation _
    Inherits SfcInstance
'Utilizzo
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

Nel tipo Operation sono esposti i membri seguenti.

Proprietà

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

In alto

Metodi

  Nome Descrizione
Metodo protetto AlterImpl Ereditato da SfcInstance.
Metodo protetto CheckObjectCreated Ereditato da SfcInstance.
Metodo protetto CheckObjectState Ereditato da SfcInstance.
Metodo protetto CreateIdentityKey Creates the identity key. Esegue l'override di SfcInstance.CreateIdentityKey().
Metodo protetto CreateImpl Ereditato da SfcInstance.
Metodo pubblico Deny Denies the operation for the integration service.
Metodo pubblico Discover Ereditato da SfcInstance.
Metodo protetto DropImpl Ereditato da SfcInstance.
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo protetto GetChildCollection Retrieves the child collection based on element type. Esegue l'override di SfcInstance.GetChildCollection(String).
Metodo pubblico GetDomain Ereditato da SfcInstance.
Metodo pubblico GetEffectivePermissions Retrieves the effective permissions for the operation.
Metodo pubblico GetExplicitPermissions() Retrieves the explicit permission for the operation.
Metodo pubblico GetExplicitPermissions(String) Retrieves the explicit permission for the operation with specified user name.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetLatestMessages Gets the latest message for the 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.
Metodo protetto InitializeUIPropertyState Ereditato da SfcInstance.
Metodo protetto MarkForDropImpl Ereditato da SfcInstance.
Metodo protetto MarkRootAsConnected Ereditato da SfcInstance.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo protetto MoveImpl Ereditato da SfcInstance.
Metodo protetto OnPropertyMetadataChanges Ereditato da SfcInstance.
Metodo protetto OnPropertyValueChanges Ereditato da SfcInstance.
Metodo protetto PostAlter Ereditato da SfcInstance.
Metodo protetto PostCreate Ereditato da SfcInstance.
Metodo protetto PostDrop Ereditato da SfcInstance.
Metodo protetto PostMove Ereditato da SfcInstance.
Metodo protetto PostRename Ereditato da SfcInstance.
Metodo pubblico Refresh Ereditato da SfcInstance.
Metodo protetto RenameImpl Ereditato da SfcInstance.
Metodo protetto ResetKey Ereditato da SfcInstance.
Metodo pubblico Revoke Revokes the operation.
Metodo pubblico ScriptDeny Denies the operation script.
Metodo pubblico ScriptGrant Grants the script for the operation.
Metodo pubblico ScriptRevoke Revokes the operation script.
Metodo pubblico Serialize Ereditato da SfcInstance.
Metodo pubblico Stop Stops the operation.
Metodo pubblico ToString Ereditato da SfcInstance.
Metodo protetto UpdateUIPropertyState Ereditato da SfcInstance.
Metodo protetto Validate Ereditato da SfcInstance.

In alto

Eventi

  Nome Descrizione
Evento protetto propertyChanged Ereditato da SfcInstance.
Evento pubblico PropertyChanged Ereditato da SfcInstance.
Evento protetto propertyMetadataChanged 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