Méthode VariableDispenserClass.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.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
Public Overridable Function GetQualifiedName ( _
Variable As String _
) As String
'Utilisation
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
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.
Implémente
IDTSVariableDispenser100.GetQualifiedName(String)