SqlSchemaDeploymentOptions.TryLoadSourceSqlCmdVariables, méthode
Charge le SourceSqlCmdVariables à partir du fichier de variables spécifié.
Espace de noms : Microsoft.Data.Schema.Sql.Build
Assembly : Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)
Syntaxe
'Déclaration
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
Paramètres
- fileName
Type : System.String
- errors
Type : System.Collections.Generic.IList<DataSchemaError>%
Valeur de retour
Type : System.Boolean
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.