Share via


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

See Also

Reference

SchemaDeployment Class

Microsoft.Data.Schema.Build Namespace

OnLoadDeploymentConfiguration

FileInfo