Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the data type that was received incorrectly by the property.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property ReceivedType As String
Get
'Usage
Dim instance As PropertyTypeMismatchException
Dim value As String
value = instance.ReceivedType
public string ReceivedType { get; }
public:
property String^ ReceivedType {
String^ get ();
}
member ReceivedType : string
function get ReceivedType () : String
Property Value
Type: System.String
A String that specifies the data type that the property received incorrectly.