Свойство FunctionWrongReturnTypeException.ReceivedType

Gets the type that is returned by the function.

Пространство имен:  Microsoft.SqlServer.Management.Dmf
Сборка:  Microsoft.SqlServer.Dmf (в Microsoft.SqlServer.Dmf.dll)

Синтаксис

'Декларация
Public ReadOnly Property ReceivedType As String 
    Get
'Применение
Dim instance As FunctionWrongReturnTypeException 
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 value that specifies the type that is returned by the function.

Замечания

Это пространство имен, класс или элемент поддерживаются только платформой Microsoft .NET Framework версии 2.0.

Примеры

Обработка исключений SMO

См. также

Справочник

FunctionWrongReturnTypeException Класс

Пространство имен Microsoft.SqlServer.Management.Dmf