Propriété VariableClass.QualifiedName
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Gets the fully qualified name of the variable, including the namespace.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
Public Overridable ReadOnly Property QualifiedName As String
Get
'Utilisation
Dim instance As VariableClass
Dim value As String
value = instance.QualifiedName
public virtual string QualifiedName { get; }
public:
virtual property String^ QualifiedName {
String^ get ();
}
abstract QualifiedName : string
override QualifiedName : string
function get QualifiedName () : String
Valeur de propriété
Type : System.String
The fully qualified name of the variable, including the namespace.