Właściwość PropertyTypeMismatchException.ReceivedType
Pobiera typ danych, który odebrał niepoprawnie właściwość.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Public ReadOnly Property ReceivedType As String
Get
'Użycie
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
Wartość właściwości
Typ: System.String
A String , który określa typ danych właściwość odebrał niepoprawnie.
Zobacz także