Summary
Removes a given assembly from a BizTalk configuration database.
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Tasks .BizTalk - Base Types
-
- Task
- BizTalkBase
graph BT
Type-->Base0["BizTalkBase"]
click Base0 "/api/NAnt.Contrib.Tasks.BizTalk/BizTalkBase"
Base0-->Base1["Task"]
Type["Undeploy"]
class Type type-node
Syntax
[TaskName("btsundeploy")]
public class Undeploy : BizTalkBase
Attributes
Type | Description |
---|---|
TaskName |
Properties
Name | Value | Summary |
---|---|---|
Assembly | FileInfo |
The path to the BizTalk assembly to remove.
|
Database | string |
The name of the management SQL database.
Inherited from BizTalkBase
|
LogFile | FileInfo |
The path to the HTML log file to generate.
|
Scope | ManagementScope |
Inherited from BizTalkBase
|
Server | string |
The name of the SQL Server where the management database is
located.
Inherited from BizTalkBase
|
Uninstall | bool |
Determines whether to remove the assembly from the Global Assembly
Cache. The default is
false .
|
Methods
Name | Value | Summary |
---|---|---|
ExecuteTask |
void |
Removes an assembly from a BizTalk configuration database.
|