Freigeben über


VariableDispenserClass.GetQualifiedName-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Returns the qualified name of the variable.

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

Parameter

  • Variable
    Typ: System.String
    The variable whose fully qualified name you want to know.

Rückgabewert

Typ: System.String
The qualified name of the variable.

Implementiert

IDTSVariableDispenser100.GetQualifiedName(String)

Siehe auch

Verweis

VariableDispenserClass Klasse

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace