Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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.