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 네임스페이스