Clase Operation
Represents the class for an operation.
Jerarquía de herencia
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
Microsoft.SqlServer.Management.IntegrationServices.Operation
Microsoft.SqlServer.Management.IntegrationServices.ExecutionOperation
Microsoft.SqlServer.Management.IntegrationServices.ValidationOperation
Espacio de nombres: Microsoft.SqlServer.Management.IntegrationServices
Ensamblado: Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxis
'Declaración
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
El tipo Operation expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
AbstractIdentityKey | (Se hereda 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 | (Se hereda 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 | (Se hereda de SfcInstance.) | |
PropertyStorageProvider | (Se hereda de SfcInstance.) | |
StartTime | Gets the start time of the operation. | |
State | (Se hereda de SfcInstance.) | |
Status | Gets the status of the operation. | |
StoppedByName | Gets the user (if any) that stopped the operation. | |
Urn | (Se hereda de SfcInstance.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
AlterImpl | (Se hereda de SfcInstance.) | |
CheckObjectCreated | (Se hereda de SfcInstance.) | |
CheckObjectState | (Se hereda de SfcInstance.) | |
CreateIdentityKey | Creates the identity key. (Invalida SfcInstance.CreateIdentityKey().) | |
CreateImpl | (Se hereda de SfcInstance.) | |
Deny | Denies the operation for the integration service. | |
Discover | (Se hereda de SfcInstance.) | |
DropImpl | (Se hereda de SfcInstance.) | |
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetChildCollection | Retrieves the child collection based on element type. (Invalida SfcInstance.GetChildCollection(String).) | |
GetDomain | (Se hereda 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 | (Se hereda de Object.) | |
GetLatestMessages | Gets the latest message for the operation. | |
GetObjectFactory | Retrieves the factory to create a new instance. | |
GetPropertySet | (Se hereda de SfcInstance.) | |
GetType | (Se hereda de Object.) | |
GetTypeMetadataImpl | (Se hereda de SfcInstance.) | |
Grant | Grants permission to the operation. | |
InitializeUIPropertyState | (Se hereda de SfcInstance.) | |
MarkForDropImpl | (Se hereda de SfcInstance.) | |
MarkRootAsConnected | (Se hereda de SfcInstance.) | |
MemberwiseClone | (Se hereda de Object.) | |
MoveImpl | (Se hereda de SfcInstance.) | |
OnPropertyMetadataChanges | (Se hereda de SfcInstance.) | |
OnPropertyValueChanges | (Se hereda de SfcInstance.) | |
PostAlter | (Se hereda de SfcInstance.) | |
PostCreate | (Se hereda de SfcInstance.) | |
PostDrop | (Se hereda de SfcInstance.) | |
PostMove | (Se hereda de SfcInstance.) | |
PostRename | (Se hereda de SfcInstance.) | |
Refresh | (Se hereda de SfcInstance.) | |
RenameImpl | (Se hereda de SfcInstance.) | |
ResetKey | (Se hereda de SfcInstance.) | |
Revoke | Revokes the operation. | |
ScriptDeny | Denies the operation script. | |
ScriptGrant | Grants the script for the operation. | |
ScriptRevoke | Revokes the operation script. | |
Serialize | (Se hereda de SfcInstance.) | |
Stop | Stops the operation. | |
ToString | (Se hereda de SfcInstance.) | |
UpdateUIPropertyState | (Se hereda de SfcInstance.) | |
Validate | (Se hereda de SfcInstance.) |
Arriba
Eventos
Nombre | Descripción | |
---|---|---|
propertyChanged | (Se hereda de SfcInstance.) | |
PropertyChanged | (Se hereda de SfcInstance.) | |
propertyMetadataChanged | (Se hereda de SfcInstance.) | |
PropertyMetadataChanged | (Se hereda de SfcInstance.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices