다음을 통해 공유


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 네임스페이스