ModelBuildingCompletedEventArgs.ModelBuildingResults Method

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

Syntax

'Declaration
Public Sub ModelBuildingResults ( _
    <OutAttribute> ByRef caughtException As Exception, _
    <OutAttribute> ByRef caughtExceptionContext As Object, _
    <OutAttribute> ByRef fileLoadErrors As IList(Of Tuple), _
    <OutAttribute> unprocessedFiles As Boolean, _
    <OutAttribute> filesAttempted As String _
)
public void ModelBuildingResults(
    out Exception caughtException,
    out Object caughtExceptionContext,
    out IList<Tuple> fileLoadErrors,
    bool unprocessedFiles,
    string filesAttempted
)
public:
void ModelBuildingResults(
    [OutAttribute] Exception^% caughtException, 
    [OutAttribute] Object^% caughtExceptionContext, 
    [OutAttribute] IList<Tuple^>^% fileLoadErrors, 
    [OutAttribute] bool unprocessedFiles, 
    [OutAttribute] String^ filesAttempted
)
member ModelBuildingResults : 
        caughtException:Exception byref * 
        caughtExceptionContext:Object byref * 
        fileLoadErrors:IList<Tuple> byref * 
        unprocessedFiles:bool byref * 
        filesAttempted:string byref -> unit 
public function ModelBuildingResults(
    caughtException : Exception, 
    caughtExceptionContext : Object, 
    fileLoadErrors : IList<Tuple>, 
    unprocessedFiles : boolean, 
    filesAttempted : String
)

Parameters

.NET Framework Security

See Also

Reference

ModelBuildingCompletedEventArgs Class

ModelBuildingCompletedEventArgs Members

Microsoft.Data.Schema.Build Namespace