SoapPayload.WsdlGeneratorOption Property
Gets or sets the Web Services Description Language (WSDL) generator options.
Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Sintassi
'Dichiarazione
Public Property WsdlGeneratorOption As WsdlGeneratorOption
public WsdlGeneratorOption WsdlGeneratorOption { get; set; }
public:
property WsdlGeneratorOption WsdlGeneratorOption {
WsdlGeneratorOption get ();
void set (WsdlGeneratorOption value);
}
/** @property */
public WsdlGeneratorOption get_WsdlGeneratorOption ()
/** @property */
public void set_WsdlGeneratorOption (WsdlGeneratorOption value)
public function get WsdlGeneratorOption () : WsdlGeneratorOption
public function set WsdlGeneratorOption (value : WsdlGeneratorOption)
Valore proprietà
A WsdlGeneratorOption object value that specifies the WSDL settings for the referenced HTTP endpoint.
Osservazioni
If the WsdlGeneratorOption property is set to Procedure, the WsdlGeneratorProcedure property must be set.
Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.
Esempio
How to: Create a Database Mirroring Endpoint Service in Visual Basic .NET
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
SoapPayload Class
SoapPayload Members
Microsoft.SqlServer.Management.Smo Namespace