IDTSVariable100.QualifiedName Property

Definition

Gets the fully qualified name of the variable, including the namespace. This property is read-only.

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

Property Value

The fully qualified name of the variable, which includes its namespace.

Attributes

Remarks

For more information, see Variable.

Applies to