DataSource.DataSourcePermissions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the data source permissions associated with a specified DataSource object.
[System.ComponentModel.Browsable(false)]
public Microsoft.AnalysisServices.DataSourcePermissionCollection DataSourcePermissions { get; }
[<System.ComponentModel.Browsable(false)>]
member this.DataSourcePermissions : Microsoft.AnalysisServices.DataSourcePermissionCollection
Public ReadOnly Property DataSourcePermissions As DataSourcePermissionCollection
Property Value
A collection of data source permissions.
- Attributes