Méthode GetQualifiedName

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

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

Valeur de retour

Type : System. . :: . .String