NonRetrievablePropertyException コンストラクター (String)

指定したメッセージ テキストを持つ NonRetrievablePropertyException クラスの新しいインスタンスを初期化します。

名前空間:  Microsoft.SqlServer.Management.Dmf
アセンブリ:  Microsoft.SqlServer.Dmf (Microsoft.SqlServer.Dmf.dll)

構文

'宣言
Public Sub New ( _
    propertyName As String _
)
'使用
Dim propertyName As String 

Dim instance As New NonRetrievablePropertyException(propertyName)
public NonRetrievablePropertyException(
    string propertyName
)
public:
NonRetrievablePropertyException(
    String^ propertyName
)
new : 
        propertyName:string -> NonRetrievablePropertyException
public function NonRetrievablePropertyException(
    propertyName : String
)

パラメーター

  • propertyName
    型: System.String
    取得できないプロパティを示す String 値です。

説明

この名前空間、クラス、またはメンバーは、Microsoft .NET Framework Version 2.0 でのみサポートされています。

使用例

SMO 例外の処理

関連項目

参照

NonRetrievablePropertyException クラス

NonRetrievablePropertyException オーバーロード

Microsoft.SqlServer.Management.Dmf 名前空間