Classe ExecutionOperation
Represents a class for an ExecutionOperation.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
Microsoft.SqlServer.Management.IntegrationServices.Operation
Microsoft.SqlServer.Management.IntegrationServices.ExecutionOperation
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxe
'Declaração
Public NotInheritable Class ExecutionOperation _
Inherits Operation
'Uso
Dim instance As ExecutionOperation
public sealed class ExecutionOperation : Operation
public ref class ExecutionOperation sealed : public Operation
[<SealedAttribute>]
type ExecutionOperation =
class
inherit Operation
end
public final class ExecutionOperation extends Operation
O tipo ExecutionOperation expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
AbstractIdentityKey | (Herdado de SfcInstance.) | |
CallerName | Gets the name of the caller. (Herdado de Operation.) | |
Completed | Gets or sets a value that indicates whether the operation has completed. (Herdado de Operation.) | |
CreatedTime | Gets the create time of the operation. (Herdado de Operation.) | |
EndTime | Gets the end time of the operation. (Herdado de Operation.) | |
ExecutedAsName | Gets the name under which the package is executed. | |
FolderName | Gets the name of the folder. | |
Id | Gets the identifier of the operation. (Herdado de Operation.) | |
IdentityKey | Gets the identity key. | |
Messages | Gets the messages for the current operation. (Herdado de Operation.) | |
Metadata | (Herdado de SfcInstance.) | |
ObjectId | Gets the identifier of the object. (Herdado de Operation.) | |
ObjectName | Gets the name of the object. (Herdado de Operation.) | |
ObjectType | Gets the type of the object. (Herdado de Operation.) | |
OperationType | Gets the type of the operation. (Herdado de Operation.) | |
PackageName | Gets the name of the package. | |
Parent | Gets or sets the parent. (Herdado de Operation.) | |
ProjectName | Gets the name of the project. | |
Properties | (Herdado de SfcInstance.) | |
StartTime | Gets the start time of the operation. (Herdado de Operation.) | |
State | (Herdado de SfcInstance.) | |
Status | Gets the status of the operation. (Herdado de Operation.) | |
StoppedByName | Gets the user (if any) that stopped the operation. (Herdado de Operation.) | |
Urn | (Herdado de SfcInstance.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
CreateIdentityKey | (Herdado de SfcInstance.) | |
Deny | Denies the operation for the integration service. (Herdado de Operation.) | |
Discover | (Herdado de SfcInstance.) | |
Equals | (Herdado de Object.) | |
GetChildCollection | (Herdado de SfcInstance.) | |
GetDomain | (Herdado de SfcInstance.) | |
GetEffectivePermissions | Retrieves the effective permissions for the operation. (Herdado de Operation.) | |
GetExplicitPermissions() | Retrieves the explicit permission for the operation. (Herdado de Operation.) | |
GetExplicitPermissions(String) | Retrieves the explicit permission for the operation with specified user name. (Herdado de Operation.) | |
GetHashCode | (Herdado de Object.) | |
GetLatestMessages | Gets the latest message for the operation. (Herdado de Operation.) | |
GetObjectFactory | Gets the factory to create a new instance. | |
GetPropertySet | (Herdado de SfcInstance.) | |
GetType | (Herdado de Object.) | |
GetTypeMetadataImpl | (Herdado de SfcInstance.) | |
Grant | Grants permission to the operation. (Herdado de Operation.) | |
InitializeUIPropertyState | (Herdado de SfcInstance.) | |
OnPropertyMetadataChanges | (Herdado de SfcInstance.) | |
OnPropertyValueChanges | (Herdado de SfcInstance.) | |
Refresh | (Herdado de SfcInstance.) | |
ResetKey | (Herdado de SfcInstance.) | |
Revoke | Revokes the operation. (Herdado de Operation.) | |
ScriptDeny | Denies the operation script. (Herdado de Operation.) | |
ScriptGrant | Grants the script for the operation. (Herdado de Operation.) | |
ScriptRevoke | Revokes the operation script. (Herdado de Operation.) | |
Serialize | (Herdado de SfcInstance.) | |
Stop | Stops the operation. (Herdado de Operation.) | |
ToString | (Herdado de SfcInstance.) |
Início
Eventos
Nome | Descrição | |
---|---|---|
PropertyChanged | (Herdado de SfcInstance.) | |
PropertyMetadataChanged | (Herdado de SfcInstance.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.IntegrationServices