Compartilhar via


Propriedade do RDL IDTSVariable100.QualifiedName

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets the fully qualified name of the variable, including the namespace. This property is read-only.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
ReadOnly Property QualifiedName As String 
    Get
'Uso
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

Valor da propriedade

Tipo: System.String
The fully qualified name of the variable, which includes its namespace.

Comentários

For more information, see Variable.

Consulte também

Referência

IDTSVariable100 Interface

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper