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 data source permission identifier for the cube in which the object resides.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property DataSourcePermissionID As String
Get
Set
'Usage
Dim instance As ObjectReference
Dim value As String
value = instance.DataSourcePermissionID
instance.DataSourcePermissionID = value
public string DataSourcePermissionID { get; set; }
public:
property String^ DataSourcePermissionID {
String^ get ();
void set (String^ value);
}
member DataSourcePermissionID : string with get, set
function get DataSourcePermissionID () : String
function set DataSourcePermissionID (value : String)
Property Value
Type: System.String
A data source permission identifier.