Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the cube permission identifier for the cube in which the object resides.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property CubePermissionID As String
Get
Set
'Usage
Dim instance As ObjectReference
Dim value As String
value = instance.CubePermissionID
instance.CubePermissionID = value
public string CubePermissionID { get; set; }
public:
property String^ CubePermissionID {
String^ get ();
void set (String^ value);
}
member CubePermissionID : string with get, set
function get CubePermissionID () : String
function set CubePermissionID (value : String)
Property Value
Type: System.String
A cube permission identifier.