此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Gets or sets a value that indicates whether the WDSL file will be overwritten.
命名空間: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
組件: Microsoft.SqlServer.WebServiceTask (在 Microsoft.SqlServer.WebServiceTask.dll 中)
語法
'宣告
Property OverwriteWsdlFile As Boolean
Get
Set
'用途
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)
屬性值
型別:System.Boolean
true if the WSDL file will be overwritten; otherwise, false.