다음을 통해 공유


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입니다. 그렇지 않으면 false입니다.

적용 대상