Compartilhar via


Propriedade do RDL ExtendedProperty.Namespace

Gets or sets the namespace associated with this information.

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

Sintaxe

'Declaração
Public Property Namespace As String 
    Get 
    Set
'Uso
Dim instance As ExtendedProperty 
Dim value As String 

value = instance.Namespace

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

Valor da propriedade

Tipo: System.String
A String that contains a namespace.

Consulte também

Referência

ExtendedProperty Classe

Namespace Microsoft.SqlServer.Dts.Runtime