SoapMethod.Schema 属性

Gets or sets the SOAP method schema value.

命名空间:  Microsoft.SqlServer.TransactSql.ScriptDom
程序集:  Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

语法

声明
Public Property Schema As SoapMethodSchemas 
    Get 
    Set
用法
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)

属性值

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

请参阅

参考

SoapMethod 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间