IDTSVirtualInput100.Description 속성

정의

IDTSVirtualInput100 개체에 대한 설명을 가져오거나 설정합니다.

public:
 property System::String ^ Description { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(12)]
public string Description { [System.Runtime.InteropServices.DispId(12)] get; [System.Runtime.InteropServices.DispId(12)] set; }
[<System.Runtime.InteropServices.DispId(12)>]
[<get: System.Runtime.InteropServices.DispId(12)>]
[<set: System.Runtime.InteropServices.DispId(12)>]
member this.Description : string with get, set
Public Property Description As String

속성 값

IDTSVirtualInput100 개체에 대한 설명입니다.

구현

특성

설명

Description 속성은 가상 입력 개체에 대한 데이터 흐름 엔진에 의해 설정되지 않습니다. 이 속성에 값을 할당하려고 하면 Microsoft.SqlServer.Dts.Runtime.HResults.DTS_E_FAIL 예외가 발생합니다.

적용 대상