ExecutionOperation Class
Represents a class for an ExecutionOperation.
Inheritance Hierarchy
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 (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
Public NotInheritable Class ExecutionOperation _
Inherits Operation
'Usage
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
The ExecutionOperation type exposes the following members.
Properties
Name | Description | |
---|---|---|
AbstractIdentityKey | (Inherited from SfcInstance.) | |
CallerName | Gets the name of the caller. (Inherited from Operation.) | |
Completed | Gets or sets a value that indicates whether the operation has completed. (Inherited from Operation.) | |
CreatedTime | Gets the create time of the operation. (Inherited from Operation.) | |
EndTime | Gets the end time of the operation. (Inherited from 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. (Inherited from Operation.) | |
IdentityKey | Gets the identity key. | |
Messages | Gets the messages for the current operation. (Inherited from Operation.) | |
Metadata | (Inherited from SfcInstance.) | |
ObjectId | Gets the identifier of the object. (Inherited from Operation.) | |
ObjectName | Gets the name of the object. (Inherited from Operation.) | |
ObjectType | Gets the type of the object. (Inherited from Operation.) | |
OperationType | Gets the type of the operation. (Inherited from Operation.) | |
PackageName | Gets the name of the package. | |
Parent | Gets or sets the parent. (Inherited from Operation.) | |
ProjectName | Gets the name of the project. | |
Properties | (Inherited from SfcInstance.) | |
StartTime | Gets the start time of the operation. (Inherited from Operation.) | |
State | (Inherited from SfcInstance.) | |
Status | Gets the status of the operation. (Inherited from Operation.) | |
StoppedByName | Gets the user (if any) that stopped the operation. (Inherited from Operation.) | |
Urn | (Inherited from SfcInstance.) |
Top
Methods
Name | Description | |
---|---|---|
CreateIdentityKey | (Inherited from SfcInstance.) | |
Deny | Denies the operation for the integration service. (Inherited from Operation.) | |
Discover | (Inherited from SfcInstance.) | |
Equals | (Inherited from Object.) | |
GetChildCollection | (Inherited from SfcInstance.) | |
GetDomain | (Inherited from SfcInstance.) | |
GetEffectivePermissions | Retrieves the effective permissions for the operation. (Inherited from Operation.) | |
GetExplicitPermissions() | Retrieves the explicit permission for the operation. (Inherited from Operation.) | |
GetExplicitPermissions(String) | Retrieves the explicit permission for the operation with specified user name. (Inherited from Operation.) | |
GetHashCode | (Inherited from Object.) | |
GetLatestMessages | Gets the latest message for the operation. (Inherited from Operation.) | |
GetObjectFactory | Gets the factory to create a new instance. | |
GetPropertySet | (Inherited from SfcInstance.) | |
GetType | (Inherited from Object.) | |
GetTypeMetadataImpl | (Inherited from SfcInstance.) | |
Grant | Grants permission to the operation. (Inherited from Operation.) | |
InitializeUIPropertyState | (Inherited from SfcInstance.) | |
OnPropertyMetadataChanges | (Inherited from SfcInstance.) | |
OnPropertyValueChanges | (Inherited from SfcInstance.) | |
Refresh | (Inherited from SfcInstance.) | |
ResetKey | (Inherited from SfcInstance.) | |
Revoke | Revokes the operation. (Inherited from Operation.) | |
ScriptDeny | Denies the operation script. (Inherited from Operation.) | |
ScriptGrant | Grants the script for the operation. (Inherited from Operation.) | |
ScriptRevoke | Revokes the operation script. (Inherited from Operation.) | |
Serialize | (Inherited from SfcInstance.) | |
Stop | Stops the operation. (Inherited from Operation.) | |
ToString | (Inherited from SfcInstance.) |
Top
Events
Name | Description | |
---|---|---|
PropertyChanged | (Inherited from SfcInstance.) | |
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