언어

IDTSVariable100.QualifiedName 속성

정의

변수의 완전 자격식 이름과 네임스페이스를 받습니다. 이 속성은 읽기 전용입니다.

public:
 property System::String ^ QualifiedName { System::String ^ get(); };
[System.Runtime.InteropServices.DispId(7)]
public string QualifiedName { [System.Runtime.InteropServices.DispId(7)] get; }
[<System.Runtime.InteropServices.DispId(7)>]
[<get: System.Runtime.InteropServices.DispId(7)>]
member this.QualifiedName : string
Public ReadOnly Property QualifiedName As String

속성 값

변수의 완전 제한 이름으로, 네임스페이스를 포함합니다.

특성

설명

자세한 내용은 Variable를 참조하세요.

적용 대상