다음을 통해 공유


PerspectiveID 속성

Gets or sets the perspective identifier for the object referenced.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices

구문

‘선언
Public Property PerspectiveID As String
    Get
    Set
‘사용 방법
Dim instance As ObjectReference
Dim value As String

value = instance.PerspectiveID

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

속성 값

형식: System. . :: . .String
A perspective identifier.