Operation Class
Represents the class for an operation.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
Microsoft.SqlServer.Management.IntegrationServices.Operation
Microsoft.SqlServer.Management.IntegrationServices.ExecutionOperation
Microsoft.SqlServer.Management.IntegrationServices.ValidationOperation
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
Public Class Operation _
Inherits SfcInstance
'Usage
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
The Operation type exposes the following members.
Properties
Name | Description | |
---|---|---|
AbstractIdentityKey | (Inherited from SfcInstance.) | |
CallerName | Gets the name of the caller. | |
Completed | Gets or sets a value that indicates whether the operation has completed. | |
CreatedTime | Gets the create time of the operation. | |
EndTime | Gets the end time of the operation. | |
Id | Gets the identifier of the operation. | |
IdentityKey | Gets the identity key. | |
Messages | Gets the messages for the current operation. | |
Metadata | (Inherited from SfcInstance.) | |
ObjectId | Gets the identifier of the object. | |
ObjectName | Gets the name of the object. | |
ObjectType | Gets the type of the object. | |
OperationType | Gets the type of the operation. | |
Parent | Gets or sets the parent. | |
Properties | (Inherited from SfcInstance.) | |
PropertyStorageProvider | (Inherited from SfcInstance.) | |
StartTime | Gets the start time of the operation. | |
State | (Inherited from SfcInstance.) | |
Status | Gets the status of the operation. | |
StoppedByName | Gets the user (if any) that stopped the operation. | |
Urn | (Inherited from SfcInstance.) |
Top
Methods
Name | Description | |
---|---|---|
AlterImpl | (Inherited from SfcInstance.) | |
CheckObjectCreated | (Inherited from SfcInstance.) | |
CheckObjectState | (Inherited from SfcInstance.) | |
CreateIdentityKey | Creates the identity key. (Overrides SfcInstance.CreateIdentityKey().) | |
CreateImpl | (Inherited from SfcInstance.) | |
Deny | Denies the operation for the integration service. | |
Discover | (Inherited from SfcInstance.) | |
DropImpl | (Inherited from SfcInstance.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetChildCollection | Retrieves the child collection based on element type. (Overrides SfcInstance.GetChildCollection(String).) | |
GetDomain | (Inherited from SfcInstance.) | |
GetEffectivePermissions | Retrieves the effective permissions for the operation. | |
GetExplicitPermissions() | Retrieves the explicit permission for the operation. | |
GetExplicitPermissions(String) | Retrieves the explicit permission for the operation with specified user name. | |
GetHashCode | (Inherited from Object.) | |
GetLatestMessages | Gets the latest message for the operation. | |
GetObjectFactory | Retrieves 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. | |
InitializeUIPropertyState | (Inherited from SfcInstance.) | |
MarkForDropImpl | (Inherited from SfcInstance.) | |
MarkRootAsConnected | (Inherited from SfcInstance.) | |
MemberwiseClone | (Inherited from Object.) | |
MoveImpl | (Inherited from SfcInstance.) | |
OnPropertyMetadataChanges | (Inherited from SfcInstance.) | |
OnPropertyValueChanges | (Inherited from SfcInstance.) | |
PostAlter | (Inherited from SfcInstance.) | |
PostCreate | (Inherited from SfcInstance.) | |
PostDrop | (Inherited from SfcInstance.) | |
PostMove | (Inherited from SfcInstance.) | |
PostRename | (Inherited from SfcInstance.) | |
Refresh | (Inherited from SfcInstance.) | |
RenameImpl | (Inherited from SfcInstance.) | |
ResetKey | (Inherited from SfcInstance.) | |
Revoke | Revokes the operation. | |
ScriptDeny | Denies the operation script. | |
ScriptGrant | Grants the script for the operation. | |
ScriptRevoke | Revokes the operation script. | |
Serialize | (Inherited from SfcInstance.) | |
Stop | Stops the operation. | |
ToString | (Inherited from SfcInstance.) | |
UpdateUIPropertyState | (Inherited from SfcInstance.) | |
Validate | (Inherited from SfcInstance.) |
Top
Events
Name | Description | |
---|---|---|
propertyChanged | (Inherited from SfcInstance.) | |
PropertyChanged | (Inherited from SfcInstance.) | |
propertyMetadataChanged | (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