EndLine プロパティ
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public ReadOnly Property EndLine As Integer
Get
'使用
Dim instance As XmlaMessageLocation
Dim value As Integer
value = instance.EndLine
public int EndLine { get; }
public:
property int EndLine {
int get ();
}
member EndLine : int
function get EndLine () : int