Delen via


SoapMethod.Schema Property

Gets or sets the SOAP method schema value.

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

Syntax

'Declaration
Public Property Schema As SoapMethodSchemas 
    Get 
    Set
'Usage
Dim instance As SoapMethod 
Dim value As SoapMethodSchemas 

value = instance.Schema

instance.Schema = value
public SoapMethodSchemas Schema { get; set; }
public:
property SoapMethodSchemas Schema {
    SoapMethodSchemas get ();
    void set (SoapMethodSchemas value);
}
member Schema : SoapMethodSchemas with get, set
function get Schema () : SoapMethodSchemas 
function set Schema (value : SoapMethodSchemas)

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.SoapMethodSchemas
The SOAP method schema value.

See Also

Reference

SoapMethod Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace