Operation 类

Represents the class for an operation.

继承层次结构

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
    Microsoft.SqlServer.Management.IntegrationServices.Operation
      Microsoft.SqlServer.Management.IntegrationServices.ExecutionOperation
      Microsoft.SqlServer.Management.IntegrationServices.ValidationOperation

命名空间:  Microsoft.SqlServer.Management.IntegrationServices
程序集:  Microsoft.SqlServer.Management.IntegrationServices(在 Microsoft.SqlServer.Management.IntegrationServices.dll 中)

语法

声明
Public Class Operation _
    Inherits SfcInstance
用法
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

Operation 类型公开以下成员。

属性

  名称 说明
受保护属性 AbstractIdentityKey (从 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 (从 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 (从 SfcInstance 继承。)
受保护属性 PropertyStorageProvider (从 SfcInstance 继承。)
公共属性 StartTime Gets the start time of the operation.
受保护属性 State (从 SfcInstance 继承。)
公共属性 Status Gets the status of the operation.
公共属性 StoppedByName Gets the user (if any) that stopped the operation.
公共属性 Urn (从 SfcInstance 继承。)

页首

方法

  名称 说明
受保护方法 AlterImpl (从 SfcInstance 继承。)
受保护方法 CheckObjectCreated (从 SfcInstance 继承。)
受保护方法 CheckObjectState (从 SfcInstance 继承。)
受保护方法 CreateIdentityKey Creates the identity key. (覆盖 SfcInstance.CreateIdentityKey()。)
受保护方法 CreateImpl (从 SfcInstance 继承。)
公共方法 Deny Denies the operation for the integration service.
公共方法 Discover (从 SfcInstance 继承。)
受保护方法 DropImpl (从 SfcInstance 继承。)
公共方法 Equals (从 Object 继承。)
受保护方法 Finalize (从 Object 继承。)
受保护方法 GetChildCollection Retrieves the child collection based on element type. (覆盖 SfcInstance.GetChildCollection(String)。)
公共方法 GetDomain (从 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 (从 Object 继承。)
公共方法 GetLatestMessages Gets the latest message for the operation.
公共方法静态成员 GetObjectFactory Retrieves the factory to create a new instance.
公共方法 GetPropertySet (从 SfcInstance 继承。)
公共方法 GetType (从 Object 继承。)
受保护方法 GetTypeMetadataImpl (从 SfcInstance 继承。)
公共方法 Grant Grants permission to the operation.
受保护方法 InitializeUIPropertyState (从 SfcInstance 继承。)
受保护方法 MarkForDropImpl (从 SfcInstance 继承。)
受保护方法 MarkRootAsConnected (从 SfcInstance 继承。)
受保护方法 MemberwiseClone (从 Object 继承。)
受保护方法 MoveImpl (从 SfcInstance 继承。)
受保护方法 OnPropertyMetadataChanges (从 SfcInstance 继承。)
受保护方法 OnPropertyValueChanges (从 SfcInstance 继承。)
受保护方法 PostAlter (从 SfcInstance 继承。)
受保护方法 PostCreate (从 SfcInstance 继承。)
受保护方法 PostDrop (从 SfcInstance 继承。)
受保护方法 PostMove (从 SfcInstance 继承。)
受保护方法 PostRename (从 SfcInstance 继承。)
公共方法 Refresh (从 SfcInstance 继承。)
受保护方法 RenameImpl (从 SfcInstance 继承。)
受保护方法 ResetKey (从 SfcInstance 继承。)
公共方法 Revoke Revokes the operation.
公共方法 ScriptDeny Denies the operation script.
公共方法 ScriptGrant Grants the script for the operation.
公共方法 ScriptRevoke Revokes the operation script.
公共方法 Serialize (从 SfcInstance 继承。)
公共方法 Stop Stops the operation.
公共方法 ToString (从 SfcInstance 继承。)
受保护方法 UpdateUIPropertyState (从 SfcInstance 继承。)
受保护方法 Validate (从 SfcInstance 继承。)

页首

事件

  名称 说明
受保护事件 propertyChanged (从 SfcInstance 继承。)
公共事件 PropertyChanged (从 SfcInstance 继承。)
受保护事件 propertyMetadataChanged (从 SfcInstance 继承。)
公共事件 PropertyMetadataChanged (从 SfcInstance 继承。)

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.SqlServer.Management.IntegrationServices 命名空间