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.