Summary
Exports bindings for a BizTalk assembly to an assembly binding
information file.
- 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["Export"]
class Type type-node
Syntax
[TaskName("btsexport")]
public class Export : BizTalkBase
Attributes
Type | Description |
---|---|
TaskName |
Properties
Name | Value | Summary |
---|---|---|
Assembly | FileInfo |
The path to the BizTalk assembly for which to export bindings.
|
BindingFile | FileInfo |
The path to an assembly binding information file in which the
bindings will be saved.
|
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
|
Methods
Name | Value | Summary |
---|---|---|
ExecuteTask |
void |
Exports the bindings.
|