共用方式為


ValidationOperation 類別

Represents the class for a ValidationOperation.

繼承階層

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
    Microsoft.SqlServer.Management.IntegrationServices.Operation
      Microsoft.SqlServer.Management.IntegrationServices.ValidationOperation

命名空間:  Microsoft.SqlServer.Management.IntegrationServices
組件:  Microsoft.SqlServer.Management.IntegrationServices (在 Microsoft.SqlServer.Management.IntegrationServices.dll 中)

語法

'宣告
Public NotInheritable Class ValidationOperation _
    Inherits Operation
'用途
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

ValidationOperation 型別公開下列成員。

屬性

  名稱 說明
受保護的屬性 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。)
公用屬性 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。)
公用屬性 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 Retrieves 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) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。

請參閱

參考

Microsoft.SqlServer.Management.IntegrationServices 命名空間