共用方式為


Namespace 屬性

Gets or sets the namespace associated with this information.

命名空間:  Microsoft.SqlServer.Dts.Runtime
組件:  Microsoft.SqlServer.ManagedDTS (在 Microsoft.SqlServer.ManagedDTS.dll 中)

語法

'宣告
Public Property Namespace As String
    Get
    Set
'用途
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)

屬性值

型別:System. . :: . .String
A String that contains a namespace.