Compartir a través de


WebServiceTask.WsdlFile Propiedad

Gets or sets the name of a Web Services Description Language (WSDL) file that is to be read from either a file URL or an HTTP URL.

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Ensamblado:  Microsoft.SqlServer.WebServiceTask (en Microsoft.SqlServer.WebServiceTask.dll)

Sintaxis

'Declaración
Public Property WsdlFile As String 
    Get 
    Set
'Uso
Dim instance As WebServiceTask 
Dim value As String 

value = instance.WsdlFile

instance.WsdlFile = value
public string WsdlFile { get; set; }
public:
virtual property String^ WsdlFile {
    String^ get () sealed;
    void set (String^ value) sealed;
}
abstract WsdlFile : string with get, set 
override WsdlFile : string with get, set
final function get WsdlFile () : String 
final function set WsdlFile (value : String)

Valor de la propiedad

Tipo: System.String
The name of the WSDL file to be downloaded from the specified URL.

Implementa

IDTSWebServiceTask.WsdlFile

Vea también

Referencia

WebServiceTask Clase

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.WebServiceTask