Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Loads the TargetSqlCmdVariables 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 TryLoadTargetSqlCmdVariables ( _
fileName As String, _
<OutAttribute> ByRef errors As IList(Of DataSchemaError) _
) As Boolean
public bool TryLoadTargetSqlCmdVariables(
string fileName,
out IList<DataSchemaError> errors
)
public:
bool TryLoadTargetSqlCmdVariables(
String^ fileName,
[OutAttribute] IList<DataSchemaError^>^% errors
)
member TryLoadTargetSqlCmdVariables :
fileName:string *
errors:IList<DataSchemaError> byref -> bool
public function TryLoadTargetSqlCmdVariables(
fileName : String,
errors : IList<DataSchemaError>
) : boolean
Parameters
- fileName
Type: System.String
- errors
Type: System.Collections.Generic.IList<DataSchemaError>%
Return Value
Type: System.Boolean
.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.