Freigeben über


SoapPayloadMethod.ResultFormat Property

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

Namespace: Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Declaration
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)

Eigenschaftswert

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

Hinweise

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.

Beispiel

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

Threadsicherheit

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.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

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

Andere Ressourcen

Implementing Endpoints