DacCompilationError.SourceInfo Property

Gets information about the source of the compilation error.

Namespace:  Microsoft.SqlServer.Management.Dac
Assembly:  Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)

Syntax

'Declaration
Public ReadOnly Property SourceInfo As SourceInfo
    Get
'Usage
Dim instance As DacCompilationError
Dim value As SourceInfo

value = instance.SourceInfo
public SourceInfo SourceInfo { get; }
public:
property SourceInfo^ SourceInfo {
    SourceInfo^ get ();
}
member SourceInfo : SourceInfo
function get SourceInfo () : SourceInfo

Property Value

Type: Microsoft.SqlServer.Management.Dac.SourceInfo
A SourceInfo value that specifies information about the source of the compilation error.

See Also

Reference

DacCompilationError Class

Microsoft.SqlServer.Management.Dac Namespace