共用方式為


SoapPayloadMethod.ResultFormat 屬性

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 (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property ResultFormat As ResultFormat 
    Get 
    Set
'用途
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)

屬性值

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

範例

實作端點

請參閱

參考

SoapPayloadMethod 類別

Microsoft.SqlServer.Management.Smo 命名空間