次の方法で共有


ErrorConfiguration.KeyErrorLimit プロパティ

処理中に許可されるエラーの数を取得します。値の設定も可能です。

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

構文

'宣言
Public Property KeyErrorLimit As Long 
    Get 
    Set
'使用
Dim instance As ErrorConfiguration 
Dim value As Long 

value = instance.KeyErrorLimit

instance.KeyErrorLimit = value
public long KeyErrorLimit { get; set; }
public:
property long long KeyErrorLimit {
    long long get ();
    void set (long long value);
}
member KeyErrorLimit : int64 with get, set
function get KeyErrorLimit () : long 
function set KeyErrorLimit (value : long)

プロパティ値

型: System.Int64
許可されたエラー メッセージの最大数を表す Integer です。

関連項目

参照

ErrorConfiguration クラス

Microsoft.AnalysisServices 名前空間