SqlSchemaDeploymentOptions.TryLoadTargetSqlCmdVariables – metoda
TargetSqlCmdVariables načte ze souboru zadané proměnné.
Obor názvů: Microsoft.Data.Schema.Sql.Build
Sestavení: Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)
Syntaxe
'Deklarace
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
Parametry
- fileName
Typ: System.String
- errors
Typ: System.Collections.Generic.IList<DataSchemaError>%
Vrácená hodnota
Typ: System.Boolean
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.