IDTSVariableDispenser100.GetQualifiedName Method

This API supports the infrastructure and is not intended to be used directly from your code.

For more information, see VariableDispenserClass.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Function GetQualifiedName ( _
    Variable As String _
) As String
'Usage
Dim instance As IDTSVariableDispenser100
Dim Variable As String
Dim returnValue As String

returnValue = instance.GetQualifiedName(Variable)
string GetQualifiedName(
    string Variable
)
String^ GetQualifiedName(
    [InAttribute] String^ Variable
)
abstract GetQualifiedName : 
        Variable:string -> string 
function GetQualifiedName(
    Variable : String
) : String

Parameters

Return Value

Type: System.String