共用方式為


SoapPayload.WsdlGeneratorOption 屬性

Gets or sets the Web Services Description Language (WSDL) generator options.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property WsdlGeneratorOption As WsdlGeneratorOption 
    Get 
    Set
'用途
Dim instance As SoapPayload 
Dim value As WsdlGeneratorOption 

value = instance.WsdlGeneratorOption

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

屬性值

型別:Microsoft.SqlServer.Management.Smo.WsdlGeneratorOption
A WsdlGeneratorOption object value that specifies the WSDL settings for the referenced HTTP endpoint.

備註

If the WsdlGeneratorOption property is set to Procedure, the WsdlGeneratorProcedure property must be set.

範例

實作端點

請參閱

參考

SoapPayload 類別

Microsoft.SqlServer.Management.Smo 命名空間