次の方法で共有


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

適用対象