Share via


SqlSchemaDeploymentOptions.TryLoadSourceSqlCmdVariables Method

Loads the SourceSqlCmdVariables from the specified variables file.

Namespace:  Microsoft.Data.Schema.Sql.Build
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public Function TryLoadSourceSqlCmdVariables ( _
    fileName As String, _
    <OutAttribute> ByRef errors As IList(Of DataSchemaError) _
) As Boolean
public bool TryLoadSourceSqlCmdVariables(
    string fileName,
    out IList<DataSchemaError> errors
)
public:
bool TryLoadSourceSqlCmdVariables(
    String^ fileName, 
    [OutAttribute] IList<DataSchemaError^>^% errors
)
member TryLoadSourceSqlCmdVariables : 
        fileName:string * 
        errors:IList<DataSchemaError> byref -> bool 
public function TryLoadSourceSqlCmdVariables(
    fileName : String, 
    errors : IList<DataSchemaError>
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

SqlSchemaDeploymentOptions Class

Microsoft.Data.Schema.Sql.Build Namespace