VariableDispenserClass.GetQualifiedName(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the qualified name of the variable.
public:
virtual System::String ^ GetQualifiedName(System::String ^ Variable) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSVariableDispenser100::GetQualifiedName;
public virtual string GetQualifiedName (string Variable);
abstract member GetQualifiedName : string -> string
override this.GetQualifiedName : string -> string
Public Overridable Function GetQualifiedName (Variable As String) As String
Parameters
- Variable
- String
The variable whose fully qualified name you want to know.
Returns
The qualified name of the variable.