PropertyTypeMismatchException コンストラクター (String, String, String)
指定されたプロパティ、受け取った型、および必要な型に対応する PropertyTypeMismatchException クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
Public Sub New ( _
propertyName As String, _
receivedType As String, _
expectedType As String _
)
'使用
Dim propertyName As String
Dim receivedType As String
Dim expectedType As String
Dim instance As New PropertyTypeMismatchException(propertyName, _
receivedType, expectedType)
public PropertyTypeMismatchException(
string propertyName,
string receivedType,
string expectedType
)
public:
PropertyTypeMismatchException(
String^ propertyName,
String^ receivedType,
String^ expectedType
)
new :
propertyName:string *
receivedType:string *
expectedType:string -> PropertyTypeMismatchException
public function PropertyTypeMismatchException(
propertyName : String,
receivedType : String,
expectedType : String
)
パラメーター
- propertyName
型: System. . :: . .String
プロパティの名前を示す String 値です。
- receivedType
型: System. . :: . .String
誤って受け取ったデータ型を示す String 値です。
- expectedType
型: System. . :: . .String
参照されたプロパティに対応する正しいデータ型を示す String 値です。