Proprietà IDTSVariable100.QualifiedName
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets the fully qualified name of the variable, including the namespace. This property is read-only.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
ReadOnly Property QualifiedName As String
Get
'Utilizzo
Dim instance As IDTSVariable100
Dim value As String
value = instance.QualifiedName
string QualifiedName { get; }
property String^ QualifiedName {
String^ get ();
}
abstract QualifiedName : string
function get QualifiedName () : String
Valore proprietà
Tipo: System.String
The fully qualified name of the variable, which includes its namespace.
Osservazioni
For more information, see Variable.