다음을 통해 공유


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.