SchemaDeployment.Configure Method
Configures a deployment by using the provided deployment manifest and directory information.
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Sub Configure ( _
manifest As Project, _
fileLocation As DirectoryInfo _
)
public void Configure(
Project manifest,
DirectoryInfo fileLocation
)
public:
void Configure(
Project^ manifest,
DirectoryInfo^ fileLocation
)
member Configure :
manifest:Project *
fileLocation:DirectoryInfo -> unit
public function Configure(
manifest : Project,
fileLocation : DirectoryInfo
)
Parameters
- manifest
Type: Microsoft.Build.Evaluation.Project
A Microsoft.Build.Evaluation.Project object.
- fileLocation
Type: System.IO.DirectoryInfo
A System.IO.DirectoryInfo object that identifies the file location.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.