ExecutionOperation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a class for an ExecutionOperation.
public ref class ExecutionOperation sealed : Microsoft::SqlServer::Management::IntegrationServices::Operation
public sealed class ExecutionOperation : Microsoft.SqlServer.Management.IntegrationServices.Operation
type ExecutionOperation = class
inherit Operation
Public NotInheritable Class ExecutionOperation
Inherits Operation
- Inheritance
Properties
AbstractIdentityKey |
Do not reference this member directly in your code. It supports the SQL Server infrastructure. (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 |
Returns metadata about the instance and its domain. (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 |
Returns a collection instance properties. (Inherited from SfcInstance) |
PropertyStorageProvider |
Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance) |
StartTime |
Gets the start time of the operation. (Inherited from Operation) |
State |
Returns the state of the SfcInstance object. (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 |
Returns the uniform resource name of the SfcInstance object. (Inherited from SfcInstance) |
Methods
AlterImpl() |
Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance) |
CheckObjectCreated() |
Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance) |
CheckObjectState() |
Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance) |
CreateIdentityKey() |
Creates the identity key. (Inherited from Operation) |
CreateImpl() |
Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance) |
Deny(PermissionType, String) |
Denies the operation for the integration service. (Inherited from Operation) |
Discover(ISfcDependencyDiscoveryObjectSink) |
Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance) |
DropImpl() |
Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance) |
GetChildCollection(String) |
Retrieves the child collection based on element type. (Inherited from Operation) |
GetDomain() |
Do not reference this member directly in your code. It supports the SQL Server infrastructure. (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) |
GetLatestMessages(DateTime) |
Gets the latest message for the operation. (Inherited from Operation) |
GetObjectFactory() |
Gets the factory to create a new instance. |
GetPropertySet() |
Returns the set of properties for the SfcInstance object. (Inherited from SfcInstance) |
GetTypeMetadataImpl() |
Indicates the domains that override by returning the right TypeMetadata class directly. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance) |
Grant(PermissionType, String) |
Grants permission to the operation. (Inherited from Operation) |
InitializeUIPropertyState() |
Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance) |
MarkForDropImpl(Boolean) |
Returns a value that indicates the existing objects to be dropped. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance) |
MarkRootAsConnected() |
Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance) |
MoveImpl(SfcInstance) |
Indicates the new parent object to move in an instance. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance) |
OnPropertyMetadataChanges(SfcPropertyMetadataChangedEventArgs) |
Invoked whenever the effective value of any SfcInstance metadata is updated. (Inherited from SfcInstance) |
OnPropertyValueChanges(PropertyChangedEventArgs) |
Invoked whenever the effective value of any SfcInstance property is updated. (Inherited from SfcInstance) |
PostAlter(Object) |
Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance) |
PostCreate(Object) |
Indicates the default implementor that creates the execution result. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance) |
PostDrop(Object) |
Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance) |
PostMove(Object) |
Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance) |
PostRename(Object) |
Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance) |
Refresh() |
Refreshes the object's properties by reading them from the server. (Inherited from SfcInstance) |
RenameImpl(SfcKey) |
Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance) |
ResetKey() |
Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance) |
Revoke(PermissionType, String) |
Revokes the operation. (Inherited from Operation) |
ScriptDeny(PermissionType, Int32) |
Denies the operation script. (Inherited from Operation) |
ScriptGrant(PermissionType, Int32) |
Grants the script for the operation. (Inherited from Operation) |
ScriptRevoke(PermissionType, Int32) |
Revokes the operation script. (Inherited from Operation) |
Serialize(XmlWriter) |
Serializes the instance to XML. (Inherited from SfcInstance) |
Stop() |
Stops the operation. (Inherited from Operation) |
ToString() |
Returns a string representation of the instance Urn. (Inherited from SfcInstance) |
UpdateUIPropertyState() |
Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance) |
Validate() |
Indicates the basic child object's validation. Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance) |
Events
propertyChanged |
Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from SfcInstance) |
PropertyChanged |
Occurs when a property value changes. (Inherited from SfcInstance) |
propertyMetadataChanged |
Do not reference this member directly in your code. It supports the SQL Server infrastructure. Occurs when a property metadata value changes. (Inherited from SfcInstance) |
PropertyMetadataChanged |
Occurs when the metadata for a property has changed. (Inherited from SfcInstance) |