BizTalkHost Properties | MSBuild Extension Pack Help 4.0.12.0 |
The BizTalkHost type exposes the following members.
Properties
Name | Description | |
---|---|---|
AdditionalHostSettings |
An optional semi-colon delimited list of name value pairs to set additional Host settings, e.g. MessagePublishSampleSpaceSize=1;MessagePublishOverdriveFactor=100. For available settings, see: http://msdn.microsoft.com/en-us/library/aa560307(BTS.10).aspx
|
|
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 Host exists
|
|
HostName |
Sets the Host Name. The following characters are not permitted: `~!@#$%^&*()+=[]{}|\/;:\""'<>,.?-<space>
|
|
HostType |
Sets the Host Type. Supports: InProcess, Isolated. Default is InProcess.
|
|
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
|
See Also