ExecutionOperation 類別
Represents a class for an ExecutionOperation.
繼承階層
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
Microsoft.SqlServer.Management.IntegrationServices.Operation
Microsoft.SqlServer.Management.IntegrationServices.ExecutionOperation
命名空間: Microsoft.SqlServer.Management.IntegrationServices
組件: Microsoft.SqlServer.Management.IntegrationServices (在 Microsoft.SqlServer.Management.IntegrationServices.dll 中)
語法
'宣告
Public NotInheritable Class ExecutionOperation _
Inherits Operation
'用途
Dim instance As ExecutionOperation
public sealed class ExecutionOperation : Operation
public ref class ExecutionOperation sealed : public Operation
[<SealedAttribute>]
type ExecutionOperation =
class
inherit Operation
end
public final class ExecutionOperation extends Operation
ExecutionOperation 型別公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
![]() |
AbstractIdentityKey | (繼承自 SfcInstance。) |
![]() |
CallerName | Gets the name of the caller. (繼承自 Operation。) |
![]() |
Completed | Gets or sets a value that indicates whether the operation has completed. (繼承自 Operation。) |
![]() |
CreatedTime | Gets the create time of the operation. (繼承自 Operation。) |
![]() |
EndTime | Gets the end time of the operation. (繼承自 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. (繼承自 Operation。) |
![]() |
IdentityKey | Gets the identity key. |
![]() |
Messages | Gets the messages for the current operation. (繼承自 Operation。) |
![]() |
Metadata | (繼承自 SfcInstance。) |
![]() |
ObjectId | Gets the identifier of the object. (繼承自 Operation。) |
![]() |
ObjectName | Gets the name of the object. (繼承自 Operation。) |
![]() |
ObjectType | Gets the type of the object. (繼承自 Operation。) |
![]() |
OperationType | Gets the type of the operation. (繼承自 Operation。) |
![]() |
PackageName | Gets the name of the package. |
![]() |
Parent | Gets or sets the parent. (繼承自 Operation。) |
![]() |
ProjectName | Gets the name of the project. |
![]() |
Properties | (繼承自 SfcInstance。) |
![]() |
StartTime | Gets the start time of the operation. (繼承自 Operation。) |
![]() |
State | (繼承自 SfcInstance。) |
![]() |
Status | Gets the status of the operation. (繼承自 Operation。) |
![]() |
StoppedByName | Gets the user (if any) that stopped the operation. (繼承自 Operation。) |
![]() |
Urn | (繼承自 SfcInstance。) |
上層
方法
名稱 | 說明 | |
---|---|---|
![]() |
CreateIdentityKey | (繼承自 SfcInstance。) |
![]() |
Deny | Denies the operation for the integration service. (繼承自 Operation。) |
![]() |
Discover | (繼承自 SfcInstance。) |
![]() |
Equals | (繼承自 Object。) |
![]() |
GetChildCollection | (繼承自 SfcInstance。) |
![]() |
GetDomain | (繼承自 SfcInstance。) |
![]() |
GetEffectivePermissions | Retrieves the effective permissions for the operation. (繼承自 Operation。) |
![]() |
GetExplicitPermissions() | Retrieves the explicit permission for the operation. (繼承自 Operation。) |
![]() |
GetExplicitPermissions(String) | Retrieves the explicit permission for the operation with specified user name. (繼承自 Operation。) |
![]() |
GetHashCode | (繼承自 Object。) |
![]() |
GetLatestMessages | Gets the latest message for the operation. (繼承自 Operation。) |
![]() ![]() |
GetObjectFactory | Gets the factory to create a new instance. |
![]() |
GetPropertySet | (繼承自 SfcInstance。) |
![]() |
GetType | (繼承自 Object。) |
![]() |
GetTypeMetadataImpl | (繼承自 SfcInstance。) |
![]() |
Grant | Grants permission to the operation. (繼承自 Operation。) |
![]() |
InitializeUIPropertyState | (繼承自 SfcInstance。) |
![]() |
OnPropertyMetadataChanges | (繼承自 SfcInstance。) |
![]() |
OnPropertyValueChanges | (繼承自 SfcInstance。) |
![]() |
Refresh | (繼承自 SfcInstance。) |
![]() |
ResetKey | (繼承自 SfcInstance。) |
![]() |
Revoke | Revokes the operation. (繼承自 Operation。) |
![]() |
ScriptDeny | Denies the operation script. (繼承自 Operation。) |
![]() |
ScriptGrant | Grants the script for the operation. (繼承自 Operation。) |
![]() |
ScriptRevoke | Revokes the operation script. (繼承自 Operation。) |
![]() |
Serialize | (繼承自 SfcInstance。) |
![]() |
Stop | Stops the operation. (繼承自 Operation。) |
![]() |
ToString | (繼承自 SfcInstance。) |
上層
事件
名稱 | 說明 | |
---|---|---|
![]() |
PropertyChanged | (繼承自 SfcInstance。) |
![]() |
PropertyMetadataChanged | (繼承自 SfcInstance。) |
上層
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。