Share via


IDTSWebServiceTask.WsdlFile Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets or sets the name of the WSDL file.

Namespace:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly:  Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)

Syntax

'Declaration
Property WsdlFile As String 
    Get 
    Set
'Usage
Dim instance As IDTSWebServiceTask 
Dim value As String 

value = instance.WsdlFile

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

Property Value

Type: System.String
The name of the WSDL file.

See Also

Reference

IDTSWebServiceTask Interface

Microsoft.SqlServer.Dts.Tasks.WebServiceTask Namespace