Свойство ReceivedType
Gets the data type that was received incorrectly by the property.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public ReadOnly Property ReceivedType As String
Get
'Применение
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
Значение свойства
Тип: System. . :: . .String
A String that specifies the data type that the property received incorrectly.
См. также