Поделиться через


Свойство AdomdProperty.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.

См. также

Справочник

AdomdProperty Класс

Пространство имен Microsoft.AnalysisServices.AdomdClient