Start 属性

Gets the start location of the error in the source file.

命名空间:  Microsoft.SqlServer.Management.Dac
程序集:  Microsoft.SqlServer.Management.Dac(在 Microsoft.SqlServer.Management.Dac.dll 中)

语法

声明
Public ReadOnly Property Start As Location
    Get
用法
Dim instance As TSqlCompilationError
Dim value As Location

value = instance.Start
public Location Start { get; }
public:
property Location Start {
    Location get ();
}
member Start : Location
function get Start () : Location

属性值

类型:Microsoft.SqlServer.Management.Dac. . :: . .Location
A Location object containing the line and column numbers of the error location.