Compartir a través de


IDTSVariable100.Namespace Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets or sets the namespace that the variable belongs to.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
Property Namespace As String 
    Get 
    Set
'Uso
Dim instance As IDTSVariable100 
Dim value As String 

value = instance.Namespace

instance.Namespace = value
string Namespace { get; set; }
property String^ Namespace {
    String^ get ();
    void set (String^ value);
}
abstract Namespace : string with get, set
function get Namespace () : String 
function set Namespace (value : String)

Valor de la propiedad

Tipo: System.String
The namespace of the variable.

Comentarios

For more information, see Variable.

Vea también

Referencia

IDTSVariable100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper