言語

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を参照してください。

適用対象