Partager via


Méthode IDTSVariableDispenser100.GetQualifiedName

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Returns the qualified name of the variable. For more information, see VariableDispenserClass.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Function GetQualifiedName ( _
    Variable As String _
) As String
'Utilisation
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

Paramètres

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

Valeur de retour

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

Voir aussi

Référence

IDTSVariableDispenser100 Interface

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper