Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets a value that indicates whether the WDSL file will be overwritten.
Namespace: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly: Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)
Syntax
'Declaration
Property OverwriteWsdlFile As Boolean
Get
Set
'Usage
Dim instance As IDTSWebServiceTask
Dim value As Boolean
value = instance.OverwriteWsdlFile
instance.OverwriteWsdlFile = value
bool OverwriteWsdlFile { get; set; }
property bool OverwriteWsdlFile {
bool get ();
void set (bool value);
}
abstract OverwriteWsdlFile : bool with get, set
function get OverwriteWsdlFile () : boolean
function set OverwriteWsdlFile (value : boolean)
Property Value
Type: System.Boolean
true if the WSDL file will be overwritten; otherwise, false.