Compartir a través de


ResultFormat Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute> _
Public Property ResultFormat As ResultFormat
    Get
    Set
'Uso
Dim instance As SoapPayloadMethod
Dim value As ResultFormat

value = instance.ResultFormat

instance.ResultFormat = value
[SfcPropertyAttribute]
public ResultFormat ResultFormat { get; set; }
[SfcPropertyAttribute]
public:
property ResultFormat ResultFormat {
    ResultFormat get ();
    void set (ResultFormat value);
}
[<SfcPropertyAttribute>]
member ResultFormat : ResultFormat with get, set
function get ResultFormat () : ResultFormat
function set ResultFormat (value : ResultFormat)

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.Smo. . :: . .ResultFormat
A ResultFormat object value that specifies whether to return all results including information messages or row sets only.