Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property ResultFormat As ResultFormat
Get
Set
'Usage
Dim instance As SoapPayloadMethod
Dim value As ResultFormat
value = instance.ResultFormat
instance.ResultFormat = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public ResultFormat ResultFormat { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property ResultFormat ResultFormat {
ResultFormat get ();
void set (ResultFormat value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member ResultFormat : ResultFormat with get, set
function get ResultFormat () : ResultFormat
function set ResultFormat (value : ResultFormat)
Property Value
Type: Microsoft.SqlServer.Management.Smo.ResultFormat
A ResultFormat object value that specifies whether to return all results including information messages or row sets only.