Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the perspective identifier for the object referenced.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property PerspectiveID As String
Get
Set
'Usage
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)
Property Value
Type: System.String
A perspective identifier.