ModelBuildingCompletedEventArgs.ModelBuildingResults, méthode
Espace de noms : Microsoft.Data.Schema.Build
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
Public Sub ModelBuildingResults ( _
<OutAttribute> ByRef caughtException As Exception, _
<OutAttribute> ByRef caughtExceptionContext As Object, _
<OutAttribute> ByRef fileLoadErrors As IList(Of Tuple(Of String, String)), _
<OutAttribute> ByRef unprocessedFiles As IList(Of String), _
<OutAttribute> ByRef filesAttempted As IList(Of String) _
)
public void ModelBuildingResults(
out Exception caughtException,
out Object caughtExceptionContext,
out IList<Tuple<string, string>> fileLoadErrors,
out IList<string> unprocessedFiles,
out IList<string> filesAttempted
)
public:
void ModelBuildingResults(
[OutAttribute] Exception^% caughtException,
[OutAttribute] Object^% caughtExceptionContext,
[OutAttribute] IList<Tuple<String^, String^>^>^% fileLoadErrors,
[OutAttribute] IList<String^>^% unprocessedFiles,
[OutAttribute] IList<String^>^% filesAttempted
)
member ModelBuildingResults :
caughtException:Exception byref *
caughtExceptionContext:Object byref *
fileLoadErrors:IList<Tuple<string, string>> byref *
unprocessedFiles:IList<string> byref *
filesAttempted:IList<string> byref -> unit
public function ModelBuildingResults(
caughtException : Exception,
caughtExceptionContext : Object,
fileLoadErrors : IList<Tuple<String, String>>,
unprocessedFiles : IList<String>,
filesAttempted : IList<String>
)
Paramètres
- caughtException
Type : System.Exception%
- caughtExceptionContext
Type : System.Object%
- fileLoadErrors
Type : System.Collections.Generic.IList<Tuple<String, String>>%
- unprocessedFiles
Type : System.Collections.Generic.IList<String>%
- filesAttempted
Type : System.Collections.Generic.IList<String>%
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.