次の方法で共有


XmlaMessageLocation.TextLength プロパティ

開始から終了までのメッセージの場所にある文字数を取得します。

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

構文

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

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

プロパティ値

型: System.Int32
開始 から終了までのメッセージの場所にある文字数です。

関連項目

参照

XmlaMessageLocation クラス

Microsoft.AnalysisServices 名前空間