Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets the parent object of current DataSourcePermission.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As DataSource
Get
'Usage
Dim instance As DataSourcePermission
Dim value As DataSource
value = instance.Parent
[BrowsableAttribute(false)]
public DataSource Parent { get; }
[BrowsableAttribute(false)]
public:
property DataSource^ Parent {
DataSource^ get ();
}
[<BrowsableAttribute(false)>]
member Parent : DataSource
function get Parent () : DataSource
Property Value
Type: Microsoft.AnalysisServices.DataSource
The parent object of current DataSourcePermission.