Поделиться через


SoapPayloadMethod.ResultFormat Property

Gets or sets the result format, such as whether to return all results including information messages or rowsets only.

Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Синтаксис

'Декларация
Public Property ResultFormat As ResultFormat
public ResultFormat ResultFormat { get; set; }
public:
property ResultFormat ResultFormat {
    ResultFormat get ();
    void set (ResultFormat value);
}
/** @property */
public ResultFormat get_ResultFormat ()

/** @property */
public void set_ResultFormat (ResultFormat value)
public function get ResultFormat () : ResultFormat

public function set ResultFormat (value : ResultFormat)

Значение свойства

A ResultFormat object value that specifies whether to return all results including information messages or row sets only.

Замечания

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

Пример

How to: Create a Database Mirroring Endpoint Service in Visual Basic .NET

Синхронизация потоков

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

SoapPayloadMethod Class
SoapPayloadMethod Members
Microsoft.SqlServer.Management.Smo Namespace

Другие ресурсы

Implementing Endpoints