Classe Operation
Represents the class for an operation.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
Microsoft.SqlServer.Management.IntegrationServices.Operation
Microsoft.SqlServer.Management.IntegrationServices.ExecutionOperation
Microsoft.SqlServer.Management.IntegrationServices.ValidationOperation
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxe
'Declaração
Public Class Operation _
Inherits SfcInstance
'Uso
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
O tipo Operation expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
AbstractIdentityKey | (Herdado de 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 | (Herdado de 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 | (Herdado de SfcInstance.) | |
PropertyStorageProvider | (Herdado de SfcInstance.) | |
StartTime | Gets the start time of the operation. | |
State | (Herdado de SfcInstance.) | |
Status | Gets the status of the operation. | |
StoppedByName | Gets the user (if any) that stopped the operation. | |
Urn | (Herdado de SfcInstance.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
AlterImpl | (Herdado de SfcInstance.) | |
CheckObjectCreated | (Herdado de SfcInstance.) | |
CheckObjectState | (Herdado de SfcInstance.) | |
CreateIdentityKey | Creates the identity key. (Substitui SfcInstance.CreateIdentityKey().) | |
CreateImpl | (Herdado de SfcInstance.) | |
Deny | Denies the operation for the integration service. | |
Discover | (Herdado de SfcInstance.) | |
DropImpl | (Herdado de SfcInstance.) | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetChildCollection | Retrieves the child collection based on element type. (Substitui SfcInstance.GetChildCollection(String).) | |
GetDomain | (Herdado de 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 | (Herdado de Object.) | |
GetLatestMessages | Gets the latest message for the operation. | |
GetObjectFactory | Retrieves the factory to create a new instance. | |
GetPropertySet | (Herdado de SfcInstance.) | |
GetType | (Herdado de Object.) | |
GetTypeMetadataImpl | (Herdado de SfcInstance.) | |
Grant | Grants permission to the operation. | |
InitializeUIPropertyState | (Herdado de SfcInstance.) | |
MarkForDropImpl | (Herdado de SfcInstance.) | |
MarkRootAsConnected | (Herdado de SfcInstance.) | |
MemberwiseClone | (Herdado de Object.) | |
MoveImpl | (Herdado de SfcInstance.) | |
OnPropertyMetadataChanges | (Herdado de SfcInstance.) | |
OnPropertyValueChanges | (Herdado de SfcInstance.) | |
PostAlter | (Herdado de SfcInstance.) | |
PostCreate | (Herdado de SfcInstance.) | |
PostDrop | (Herdado de SfcInstance.) | |
PostMove | (Herdado de SfcInstance.) | |
PostRename | (Herdado de SfcInstance.) | |
Refresh | (Herdado de SfcInstance.) | |
RenameImpl | (Herdado de SfcInstance.) | |
ResetKey | (Herdado de SfcInstance.) | |
Revoke | Revokes the operation. | |
ScriptDeny | Denies the operation script. | |
ScriptGrant | Grants the script for the operation. | |
ScriptRevoke | Revokes the operation script. | |
Serialize | (Herdado de SfcInstance.) | |
Stop | Stops the operation. | |
ToString | (Herdado de SfcInstance.) | |
UpdateUIPropertyState | (Herdado de SfcInstance.) | |
Validate | (Herdado de SfcInstance.) |
Início
Eventos
Nome | Descrição | |
---|---|---|
propertyChanged | (Herdado de SfcInstance.) | |
PropertyChanged | (Herdado de SfcInstance.) | |
propertyMetadataChanged | (Herdado de SfcInstance.) | |
PropertyMetadataChanged | (Herdado de SfcInstance.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.IntegrationServices