The BizTalkHost type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| BizTalkHost |
Properties
| Name | Description | |
|---|---|---|
| Database |
Sets the Management Database to connect to. Default is BizTalkMgmtDb
| |
| DatabaseServer |
Sets the DatabaseServer to connect to. Default is MachineName
| |
| Default |
Sets the host as Default. Default is false.
| |
| Exists |
Gets whether the Application exists
| |
| HostName |
Sets the Host Name. The following characters are not permitted: `~!@#$%^&*()+=[]{}|\/;:\""'<>,.?-<space>
| |
| HostType |
Sets the Host Type. Supports: InProcess, Isolated. Default is InProcess.
| |
| MachineName |
Sets the MachineName.
(Overrides BaseTask..::.MachineName.) | |
| TaskAction |
Sets the TaskAction.
(Overrides BaseTask..::.TaskAction.) | |
| Tracking |
Sets the host as Tracking. Default is false.
| |
| Trusted |
Sets the host as Trusted. Default is false.
| |
| Use32BitHostOnly |
Sets the Host to 32BitOnly. Default is false.
| |
| WindowsGroup |
Set the windows group. This may be in the form domain\group
|