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 SOAP method format value.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Property Format As SoapMethodFormat
public SoapMethodFormat Format { get; set; }
public:
property SoapMethodFormat Format {
SoapMethodFormat get ();
void set (SoapMethodFormat value);
}
member Format : SoapMethodFormat with get, set
function get Format () : SoapMethodFormat
function set Format (value : SoapMethodFormat)
Property Value
Type: Microsoft.Data.Schema.ScriptDom.Sql.SoapMethodFormat
Returns a SoapMethodFormat enumeration value.
Remarks
Specifies whether a row count, error messages, and warnings are returned with the result set.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.