次の方法で共有


SoapMethod.Schema プロパティ

SOAP メソッドのスキーマ値を取得または設定します。

名前空間:  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
SOAP メソッドのスキーマ値。

関連項目

参照

SoapMethod クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間