DuplicatePropertyException クラス

定義

重複が発生した場合のプロパティ内の例外を表します。

public ref class DuplicatePropertyException : Microsoft::SqlServer::Management::Data::PropertyException
[System.Serializable]
public class DuplicatePropertyException : Microsoft.SqlServer.Management.Data.PropertyException
[<System.Serializable>]
type DuplicatePropertyException = class
    inherit PropertyException
Public Class DuplicatePropertyException
Inherits PropertyException
継承
DuplicatePropertyException
属性

コンストラクター

DuplicatePropertyException(ISfcProperty)

指定されたプロパティ情報を使用して、DuplicatePropertyException クラスの新しいインスタンスを初期化します。

プロパティ

Property

例外に関する追加のユーザー定義情報を提供する、キーと値のペアのコレクションを取得します。

(継承元 PropertyException)

適用対象