EndLine プロパティ
エラーが生成された末尾の行です。
名前空間: Microsoft.AnalysisServices.AdomdClient
アセンブリ: Microsoft.AnalysisServices.AdomdClient (Microsoft.AnalysisServices.AdomdClient.dll)
構文
'宣言
Public ReadOnly Property EndLine As Integer
Get
'使用
Dim instance As AdomdErrorLocation
Dim value As Integer
value = instance.EndLine
public int EndLine { get; }
public:
property int EndLine {
int get ();
}
member EndLine : int
function get EndLine () : int
プロパティ値
型: System. . :: . .Int32
エラーが生成された末尾の行を表す Integer です。