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) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.