End 属性

Gets the line and column number of the end location in the source file in which an exception was thrown.

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

语法

声明
Public ReadOnly Property End As Location
    Get
用法
Dim instance As SourceInfo
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 value containing the line and column numbers of the exception end location.