Partager via


Propriété PropertyTypeMismatchException.ReceivedType

Gets the data type that was received incorrectly by the property.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ReceivedType As String 
    Get
'Utilisation
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

Valeur de propriété

Type : System.String
A String that specifies the data type that the property received incorrectly.

Exemples

Gestion des exceptions SMO

Voir aussi

Référence

PropertyTypeMismatchException Classe

Espace de noms Microsoft.SqlServer.Management.Smo