Summary
Imports bindings from a given assembly binding information file into
the specified 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["Import"]
class Type type-node
Syntax
[TaskName("btsimport")]
public class Import : BizTalkBase
Attributes
Type | Description |
---|---|
TaskName |
Properties
Name | Value | Summary |
---|---|---|
BindingFile | FileInfo |
The path to the assembly binding information file containing the
bindings to import.
|
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 |
Imports the assembly binding information file.
|