Compartir a través de


VariableClass.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 class belongs to.

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

Sintaxis

'Declaración
Public Overridable Property Namespace As String 
    Get 
    Set
'Uso
Dim instance As VariableClass 
Dim value As String 

value = instance.Namespace

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

Valor de la propiedad

Tipo: System.String
The namespace that the variable class belongs to.

Implementa

IDTSVariable100.Namespace

Vea también

Referencia

VariableClass Clase

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