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

适用于