次の方法で共有


WsdlGeneratorProcedure プロパティ

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

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

構文

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

value = instance.WsdlGeneratorProcedure

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

プロパティ値

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

説明

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