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 the DataSourceView object for the partition.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property DataSourceView As DataSourceView
Get
'Usage
Dim instance As Partition
Dim value As DataSourceView
value = instance.DataSourceView
[BrowsableAttribute(false)]
public DataSourceView DataSourceView { get; }
[BrowsableAttribute(false)]
public:
property DataSourceView^ DataSourceView {
DataSourceView^ get ();
}
[<BrowsableAttribute(false)>]
member DataSourceView : DataSourceView
function get DataSourceView () : DataSourceView
Property Value
Type: Microsoft.AnalysisServices.DataSourceView
A DataSourceView object for the partition.