Propriedade WsdlGeneratorOption
Gets or sets the Web Services Description Language (WSDL) generator options.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
<SfcPropertyAttribute> _
Public Property WsdlGeneratorOption As WsdlGeneratorOption
Get
Set
'Uso
Dim instance As SoapPayload
Dim value As WsdlGeneratorOption
value = instance.WsdlGeneratorOption
instance.WsdlGeneratorOption = value
[SfcPropertyAttribute]
public WsdlGeneratorOption WsdlGeneratorOption { get; set; }
[SfcPropertyAttribute]
public:
property WsdlGeneratorOption WsdlGeneratorOption {
WsdlGeneratorOption get ();
void set (WsdlGeneratorOption value);
}
[<SfcPropertyAttribute>]
member WsdlGeneratorOption : WsdlGeneratorOption with get, set
function get WsdlGeneratorOption () : WsdlGeneratorOption
function set WsdlGeneratorOption (value : WsdlGeneratorOption)
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .WsdlGeneratorOption
A WsdlGeneratorOption object value that specifies the WSDL settings for the referenced HTTP endpoint.
Comentários
If the WsdlGeneratorOption property is set to Procedure, the WsdlGeneratorProcedure property must be set.
Consulte também