Compartir a través de


IDTSExtendedProperty100.Namespace Propiedad

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

For more information, see ExtendedProperty.

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 IDTSExtendedProperty100 
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

Vea también

Referencia

IDTSExtendedProperty100 Interfaz

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