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 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.