Compartir a través de


SoapPayload.WsdlGeneratorOption Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property WsdlGeneratorOption As WsdlGeneratorOption 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Comentarios

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

Ejemplos

Implementar extremos

Vea también

Referencia

SoapPayload Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo