Operation Class

Definition

Represents the class for an operation.

public ref class Operation : Microsoft::SqlServer::Management::Sdk::Sfc::SfcInstance
public class Operation : Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
type Operation = class
    inherit SfcInstance
Public Class Operation
Inherits SfcInstance
Inheritance
Operation
Derived

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.

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

Returns metadata about the instance and its domain.

(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

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.

State

Returns the state of the SfcInstance object.

(Inherited from SfcInstance)
Status

Gets the status of the operation.

StoppedByName

Gets the user (if any) that stopped the 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.

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.

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.

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.

GetExplicitPermissions()

Retrieves the explicit permission for the operation.

GetExplicitPermissions(String)

Retrieves the explicit permission for the operation with specified user name.

GetLatestMessages(DateTime)

Gets the latest message for the operation.

GetObjectFactory()

Retrieves 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.

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.

ScriptDeny(PermissionType, Int32)

Denies the operation script.

ScriptGrant(PermissionType, Int32)

Grants the script for the operation.

ScriptRevoke(PermissionType, Int32)

Revokes the operation script.

Serialize(XmlWriter)

Serializes the instance to XML.

(Inherited from SfcInstance)
Stop()

Stops the 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)

Applies to