SchemaDeployment.LoadDeploymentConfiguration Method
Loads the configuration file and calls the OnLoadDeploymentConfiguration method.
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Sub LoadDeploymentConfiguration ( _
deployConfigFile As FileInfo _
)
public void LoadDeploymentConfiguration(
FileInfo deployConfigFile
)
public:
void LoadDeploymentConfiguration(
FileInfo^ deployConfigFile
)
member LoadDeploymentConfiguration :
deployConfigFile:FileInfo -> unit
public function LoadDeploymentConfiguration(
deployConfigFile : FileInfo
)
Parameters
- deployConfigFile
Type: System.IO.FileInfo
A FileInfo object that represents the configuration file. Cannot be nulla null reference (Nothing in Visual Basic).
.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.