Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the DataSourceView object that is associated with a MiningStructure.
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 MiningStructure
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
Eigenschaftswert
Typ: Microsoft.AnalysisServices.DataSourceView
A DataSourceView that contains the DataSourceView that is associated with the MiningStructure.