共用方式為


End 屬性

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

命名空間:  Microsoft.SqlServer.Management.Dac
組件:  Microsoft.SqlServer.Management.Dac (在 Microsoft.SqlServer.Management.Dac.dll 中)

語法

'宣告
Public ReadOnly Property End As Location
    Get
'用途
Dim instance As TSqlCompilationError
Dim value As Location

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

屬性值

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