语言

IDTSVariableDispenser100.GetQualifiedName(String) 方法

定义

返回变量的限定名称。 有关详细信息,请参阅 VariableDispenserClass

public:
 System::String ^ GetQualifiedName(System::String ^ Variable);
[System.Runtime.InteropServices.DispId(1610743815)]
public string GetQualifiedName(string Variable);
[<System.Runtime.InteropServices.DispId(1610743815)>]
abstract member GetQualifiedName : string -> string
Public Function GetQualifiedName (Variable As String) As String

参数

Variable
String

你想知道的变量名字是完全限定的。

返回

变量的限定名称。

属性

适用于