Compartir a través de


Namespace Propiedad

Esta API admite la infraestructura de 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