Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the PropertyTypeMismatchException class for the specified property, and specified received type and expected type.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub New ( _
propertyName As String, _
receivedType As String, _
expectedType As String _
)
'Usage
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
)
Parameters
- propertyName
Type: System.String
A String value that specifies the name of the property.
- receivedType
Type: System.String
A String value that specifies the data type that was received incorrectly.
- expectedType
Type: System.String
A String value that specifies the data type that is correct for the referenced property.
Examples
See Also
Reference
PropertyTypeMismatchException Class