次の方法で共有


XmlaMessageLocation.EndColumn プロパティ

メッセージの終了点を示す列番号を取得します。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Public ReadOnly Property EndColumn As Integer 
    Get
'使用
Dim instance As XmlaMessageLocation 
Dim value As Integer 

value = instance.EndColumn
public int EndColumn { get; }
public:
property int EndColumn {
    int get ();
}
member EndColumn : int
function get EndColumn () : int

プロパティ値

型: System.Int32
メッセージの終了点を示す列番号です。

関連項目

参照

XmlaMessageLocation クラス

Microsoft.AnalysisServices 名前空間