Compartilhar via


Propriedade do RDL PropertyTypeMismatchException.ReceivedType

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public ReadOnly Property ReceivedType As String 
    Get
'Uso
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

Valor da propriedade

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

Exemplos

Manipulando exceções SMO

Consulte também

Referência

PropertyTypeMismatchException Classe

Namespace Microsoft.SqlServer.Management.Smo