Clase ValidationOperation
Represents the class for a ValidationOperation.
Jerarquía de herencia
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
Microsoft.SqlServer.Management.IntegrationServices.Operation
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 NotInheritable Class ValidationOperation _
Inherits Operation
'Uso
Dim instance As ValidationOperation
public sealed class ValidationOperation : Operation
public ref class ValidationOperation sealed : public Operation
[<SealedAttribute>]
type ValidationOperation =
class
inherit Operation
end
public final class ValidationOperation extends Operation
El tipo ValidationOperation expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
AbstractIdentityKey | (Se hereda de SfcInstance.) | |
CallerName | Gets the name of the caller. (Se hereda de Operation.) | |
Completed | Gets or sets a value that indicates whether the operation has completed. (Se hereda de Operation.) | |
CreatedTime | Gets the create time of the operation. (Se hereda de Operation.) | |
EndTime | Gets the end time of the operation. (Se hereda de Operation.) | |
FolderName | Gets the name of the folder. | |
Id | Gets the identifier of the operation. (Se hereda de Operation.) | |
IdentityKey | Gets the identity key. | |
Messages | Gets the messages for the current operation. (Se hereda de Operation.) | |
Metadata | (Se hereda de SfcInstance.) | |
ObjectId | Gets the identifier of the object. (Se hereda de Operation.) | |
ObjectName | Gets the name of the object. (Se hereda de Operation.) | |
ObjectType | Gets the type of the object. (Se hereda de Operation.) | |
OperationType | Gets the type of the operation. (Se hereda de Operation.) | |
Parent | Gets or sets the parent. (Se hereda de Operation.) | |
ProjectName | Gets the name of the project. | |
Properties | (Se hereda de SfcInstance.) | |
StartTime | Gets the start time of the operation. (Se hereda de Operation.) | |
State | (Se hereda de SfcInstance.) | |
Status | Gets the status of the operation. (Se hereda de Operation.) | |
StoppedByName | Gets the user (if any) that stopped the operation. (Se hereda de Operation.) | |
Urn | (Se hereda de SfcInstance.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
CreateIdentityKey | (Se hereda de SfcInstance.) | |
Deny | Denies the operation for the integration service. (Se hereda de Operation.) | |
Discover | (Se hereda de SfcInstance.) | |
Equals | (Se hereda de Object.) | |
GetChildCollection | (Se hereda de SfcInstance.) | |
GetDomain | (Se hereda de SfcInstance.) | |
GetEffectivePermissions | Retrieves the effective permissions for the operation. (Se hereda de Operation.) | |
GetExplicitPermissions() | Retrieves the explicit permission for the operation. (Se hereda de Operation.) | |
GetExplicitPermissions(String) | Retrieves the explicit permission for the operation with specified user name. (Se hereda de Operation.) | |
GetHashCode | (Se hereda de Object.) | |
GetLatestMessages | Gets the latest message for the operation. (Se hereda de 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. (Se hereda de Operation.) | |
InitializeUIPropertyState | (Se hereda de SfcInstance.) | |
OnPropertyMetadataChanges | (Se hereda de SfcInstance.) | |
OnPropertyValueChanges | (Se hereda de SfcInstance.) | |
Refresh | (Se hereda de SfcInstance.) | |
ResetKey | (Se hereda de SfcInstance.) | |
Revoke | Revokes the operation. (Se hereda de Operation.) | |
ScriptDeny | Denies the operation script. (Se hereda de Operation.) | |
ScriptGrant | Grants the script for the operation. (Se hereda de Operation.) | |
ScriptRevoke | Revokes the operation script. (Se hereda de Operation.) | |
Serialize | (Se hereda de SfcInstance.) | |
Stop | Stops the operation. (Se hereda de Operation.) | |
ToString | (Se hereda de SfcInstance.) |
Arriba
Eventos
Nombre | Descripción | |
---|---|---|
PropertyChanged | (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