ProjectInstaller 类
Do not use. Supports the Master Data Services Workflow service.
继承层次结构
System. . :: . .Object
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
System.Configuration.Install. . :: . .Installer
Microsoft.MasterDataServices.Workflow..::..ProjectInstaller
命名空间: Microsoft.MasterDataServices.Workflow
程序集: Microsoft.MasterDataServices.Workflow(在 Microsoft.MasterDataServices.Workflow.dll 中)
语法
声明
Public Class ProjectInstaller _
Inherits Installer
用法
Dim instance As ProjectInstaller
public class ProjectInstaller : Installer
public ref class ProjectInstaller : public Installer
type ProjectInstaller =
class
inherit Installer
end
public class ProjectInstaller extends Installer
ProjectInstaller 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
![]() |
CanRaiseEvents | (从 Component 继承。) |
![]() |
Container | (从 Component 继承。) |
![]() |
Context | (从 Installer 继承。) |
![]() |
DesignMode | (从 Component 继承。) |
![]() |
Events | (从 Component 继承。) |
![]() |
HelpText | (从 Installer 继承。) |
![]() |
Installers | (从 Installer 继承。) |
![]() |
Parent | (从 Installer 继承。) |
![]() |
Site | (从 Component 继承。) |
页首
方法
名称 | 说明 | |
---|---|---|
![]() |
Commit | (从 Installer 继承。) |
![]() |
CreateObjRef | (从 MarshalByRefObject 继承。) |
![]() |
Dispose() () () () | (从 Component 继承。) |
![]() |
Dispose(Boolean) | Do not use. Supports the Master Data Services Workflow service. (覆盖 Component. . :: . .Dispose(Boolean)。) |
![]() |
Equals | (从 Object 继承。) |
![]() |
Finalize | (从 Component 继承。) |
![]() |
GetHashCode | (从 Object 继承。) |
![]() |
GetLifetimeService | (从 MarshalByRefObject 继承。) |
![]() |
GetService | (从 Component 继承。) |
![]() |
GetType | (从 Object 继承。) |
![]() |
InitializeLifetimeService | (从 MarshalByRefObject 继承。) |
![]() |
Install | (从 Installer 继承。) |
![]() |
MemberwiseClone() () () () | (从 Object 继承。) |
![]() |
MemberwiseClone(Boolean) | (从 MarshalByRefObject 继承。) |
![]() |
OnAfterInstall | (从 Installer 继承。) |
![]() |
OnAfterRollback | (从 Installer 继承。) |
![]() |
OnAfterUninstall | (从 Installer 继承。) |
![]() |
OnBeforeInstall | (从 Installer 继承。) |
![]() |
OnBeforeRollback | (从 Installer 继承。) |
![]() |
OnBeforeUninstall | (从 Installer 继承。) |
![]() |
OnCommitted | (从 Installer 继承。) |
![]() |
OnCommitting | (从 Installer 继承。) |
![]() |
Rollback | (从 Installer 继承。) |
![]() |
ToString | (从 Component 继承。) |
![]() |
Uninstall | (从 Installer 继承。) |
页首
事件
名称 | 说明 | |
---|---|---|
![]() |
AfterInstall | (从 Installer 继承。) |
![]() |
AfterRollback | (从 Installer 继承。) |
![]() |
AfterUninstall | (从 Installer 继承。) |
![]() |
BeforeInstall | (从 Installer 继承。) |
![]() |
BeforeRollback | (从 Installer 继承。) |
![]() |
BeforeUninstall | (从 Installer 继承。) |
![]() |
Committed | (从 Installer 继承。) |
![]() |
Committing | (从 Installer 继承。) |
![]() |
Disposed | (从 Component 继承。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。