SoapPayload.WsdlGeneratorProcedure プロパティ

Web サービス記述言語 (WSDL) プロシージャを取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property WsdlGeneratorProcedure As String 
    Get 
    Set
'使用
Dim instance As SoapPayload 
Dim value As String 

value = instance.WsdlGeneratorProcedure

instance.WsdlGeneratorProcedure = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string WsdlGeneratorProcedure { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ WsdlGeneratorProcedure {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member WsdlGeneratorProcedure : string with get, set
function get WsdlGeneratorProcedure () : String 
function set WsdlGeneratorProcedure (value : String)

プロパティ値

型: System.String
WSDL プロシージャを示す String 値です。

説明

WsdlGeneratorOption プロパティが Procedure に設定されている場合は、WsdlGeneratorProcedure プロパティを設定する必要があります。

使用例

エンドポイントの実装

関連項目

参照

SoapPayload クラス

Microsoft.SqlServer.Management.Smo 名前空間