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
继承
Operation
派生

属性

AbstractIdentityKey

不要在您的代码中直接引用此成员。 它支持 SQL Server 基础结构。

(继承自 SfcInstance)
CallerName

获取调用方的名称。

Completed

获取或设置指示操作是否已完成的值。

CreatedTime

获取操作的创建时间。

EndTime

获取操作的结束时间。

Id

获取操作的标识符。

IdentityKey

获取标识键。

Messages

获取当前操作的消息。

Metadata

返回有关实例及其域的元数据。

(继承自 SfcInstance)
ObjectId

获取对象的标识符。

ObjectName

获取对象的名称。

ObjectType

获取对象的类型。

OperationType

获取操作的类型。

Parent

获取或设置父对象。

Properties

返回集合实例属性。

(继承自 SfcInstance)
PropertyStorageProvider

不要在您的代码中直接引用此成员。 它支持 SQL Server 基础结构。

(继承自 SfcInstance)
StartTime

获取操作的开始时间。

State

返回 SfcInstance 对象的状态。

(继承自 SfcInstance)
Status

获取操作的状态。

StoppedByName

获取停止了操作的用户(如果有)。

Urn

返回 SfcInstance 对象的统一资源名称。

(继承自 SfcInstance)

方法

AlterImpl()

不要在您的代码中直接引用此成员。 它支持 SQL Server 基础结构。

(继承自 SfcInstance)
CheckObjectCreated()

不要在您的代码中直接引用此成员。 它支持 SQL Server 基础结构。

(继承自 SfcInstance)
CheckObjectState()

不要在您的代码中直接引用此成员。 它支持 SQL Server 基础结构。

(继承自 SfcInstance)
CreateIdentityKey()

创建标识键。

CreateImpl()

不要在您的代码中直接引用此成员。 它支持 SQL Server 基础结构。

(继承自 SfcInstance)
Deny(PermissionType, String)

拒绝针对 Integration Services 的操作。

Discover(ISfcDependencyDiscoveryObjectSink)

不要在您的代码中直接引用此成员。 它支持 SQL Server 基础结构。

(继承自 SfcInstance)
DropImpl()

不要在您的代码中直接引用此成员。 它支持 SQL Server 基础结构。

(继承自 SfcInstance)
GetChildCollection(String)

基于元素类型检索子集合。

GetDomain()

不要在您的代码中直接引用此成员。 它支持 SQL Server 基础结构。

(继承自 SfcInstance)
GetEffectivePermissions()

检索此操作的有效权限。

GetExplicitPermissions()

检索此操作的显式权限。

GetExplicitPermissions(String)

使用指定用户名检索此操作的显式权限。

GetLatestMessages(DateTime)

获取此操作的最新消息。

GetObjectFactory()

检索用于创建新实例的工厂。

GetPropertySet()

返回 SfcInstance 对象的属性集。

(继承自 SfcInstance)
GetTypeMetadataImpl()

指示通过直接返回正确的 TypeMetadata 类覆盖的域。 不要在您的代码中直接引用此成员。 它支持 SQL Server 基础结构。

(继承自 SfcInstance)
Grant(PermissionType, String)

向此操作授予权限。

InitializeUIPropertyState()

不要在您的代码中直接引用此成员。 它支持 SQL Server 基础结构。

(继承自 SfcInstance)
MarkForDropImpl(Boolean)

返回指示要删除的现有对象的值。 不要在您的代码中直接引用此成员。 它支持 SQL Server 基础结构。

(继承自 SfcInstance)
MarkRootAsConnected()

不要在您的代码中直接引用此成员。 它支持 SQL Server 基础结构。

(继承自 SfcInstance)
MoveImpl(SfcInstance)

指示要移入实例的新父对象。 不要在您的代码中直接引用此成员。 它支持 SQL Server 基础结构。

(继承自 SfcInstance)
OnPropertyMetadataChanges(SfcPropertyMetadataChangedEventArgs)

每次更新任何 SfcInstance 元数据的有效值时调用。

(继承自 SfcInstance)
OnPropertyValueChanges(PropertyChangedEventArgs)

每次更新任何 SfcInstance 属性的有效值时调用。

(继承自 SfcInstance)
PostAlter(Object)

不要在您的代码中直接引用此成员。 它支持 SQL Server 基础结构。

(继承自 SfcInstance)
PostCreate(Object)

指示创建执行结果的默认实现器。 不要在您的代码中直接引用此成员。 它支持 SQL Server 基础结构。

(继承自 SfcInstance)
PostDrop(Object)

不要在您的代码中直接引用此成员。 它支持 SQL Server 基础结构。

(继承自 SfcInstance)
PostMove(Object)

不要在您的代码中直接引用此成员。 它支持 SQL Server 基础结构。

(继承自 SfcInstance)
PostRename(Object)

不要在您的代码中直接引用此成员。 它支持 SQL Server 基础结构。

(继承自 SfcInstance)
Refresh()

通过从服务器读取对象的属性来刷新它们。

(继承自 SfcInstance)
RenameImpl(SfcKey)

不要在您的代码中直接引用此成员。 它支持 SQL Server 基础结构。

(继承自 SfcInstance)
ResetKey()

不要在您的代码中直接引用此成员。 它支持 SQL Server 基础结构。

(继承自 SfcInstance)
Revoke(PermissionType, String)

撤消此操作。

ScriptDeny(PermissionType, Int32)

拒绝此操作脚本。

ScriptGrant(PermissionType, Int32)

为此操作授予脚本。

ScriptRevoke(PermissionType, Int32)

撤消此操作脚本。

Serialize(XmlWriter)

将实例序列化为 XML。

(继承自 SfcInstance)
Stop()

停止操作。

ToString()

返回实例 Urn 的字符串表示形式。

(继承自 SfcInstance)
UpdateUIPropertyState()

不要在您的代码中直接引用此成员。 它支持 SQL Server 基础结构。

(继承自 SfcInstance)
Validate()

指示基本子对象的验证。 不要在您的代码中直接引用此成员。 它支持 SQL Server 基础结构。

(继承自 SfcInstance)

事件

propertyChanged

不要在您的代码中直接引用此成员。 它支持 SQL Server 基础结构。

(继承自 SfcInstance)
PropertyChanged

在属性值更改时发生。

(继承自 SfcInstance)
propertyMetadataChanged

不要在您的代码中直接引用此成员。 它支持 SQL Server 基础结构。

在属性元数据值更改时发生。

(继承自 SfcInstance)
PropertyMetadataChanged

在属性的元数据更改时发生。

(继承自 SfcInstance)

适用于