PropertyWriteException コンストラクター (String, String, String, String)

指定したプロパティ名、オブジェクトの種類、オブジェクト名、および理由を使用して、PropertyWriteException クラスの新しいインスタンスを初期化します。

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

構文

'宣言
Public Sub New ( _
    propertyName As String, _
    objectKind As String, _
    objectName As String, _
    reason As String _
)
'使用
Dim propertyName As String
Dim objectKind As String
Dim objectName As String
Dim reason As String

Dim instance As New PropertyWriteException(propertyName, _
    objectKind, objectName, reason)
public PropertyWriteException(
    string propertyName,
    string objectKind,
    string objectName,
    string reason
)
public:
PropertyWriteException(
    String^ propertyName, 
    String^ objectKind, 
    String^ objectName, 
    String^ reason
)
new : 
        propertyName:string * 
        objectKind:string * 
        objectName:string * 
        reason:string -> PropertyWriteException
public function PropertyWriteException(
    propertyName : String, 
    objectKind : String, 
    objectName : String, 
    reason : String
)

パラメーター