Delen via


SoapMethod.Format Property

Gets or sets the SOAP method format value.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public Property Format As SoapMethodFormat 
    Get 
    Set
'Usage
Dim instance As SoapMethod 
Dim value As SoapMethodFormat 

value = instance.Format

instance.Format = value
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.SqlServer.TransactSql.ScriptDom.SoapMethodFormat
The SOAP method format value.

See Also

Reference

SoapMethod Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace