इसके माध्यम से साझा किया गया


VariableDispenserClass.GetQualifiedName Method

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

For more information, see VariableDispenser.

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

Syntax

'Declaration
Public Overridable Function GetQualifiedName ( _
    Variable As String _
) As String
'Usage
Dim instance As VariableDispenserClass
Dim Variable As String
Dim returnValue As String

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

Parameters

Return Value

Type: System.String

Implements

IDTSVariableDispenser100.GetQualifiedName(String)