Namespace 属性

Gets or sets a String representing the namespace of the AdomdProperty.

命名空间:  Microsoft.AnalysisServices.AdomdClient
程序集:  Microsoft.AnalysisServices.AdomdClient(在 Microsoft.AnalysisServices.AdomdClient.dll 中)

语法

声明
Public Property Namespace As String
    Get
    Set
用法
Dim instance As AdomdProperty
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 the namespace for the AdomdProperty.