Свойство ObjectReference.PerspectiveID
Gets or sets the perspective identifier for the object referenced.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
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.