IDTSWebServiceTask.OverwriteWsdlFile プロパティ

定義

WDSLファイルが上書きされるかどうかを示す値を取得または設定します。

public:
 property bool OverwriteWsdlFile { bool get(); void set(bool value); };
public bool OverwriteWsdlFile { get; set; }
member this.OverwriteWsdlFile : bool with get, set
Public Property OverwriteWsdlFile As Boolean

プロパティ値

WSDLファイルが上書きされる場合にtrueとなります。そうでなければ、誤りです。

適用対象