MiningStructure.DataSource 속성

Gets the DataSource object that is associated with a MiningStructure.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
<BrowsableAttribute(False)> _
Public ReadOnly Property DataSource As DataSource 
    Get
‘사용 방법
Dim instance As MiningStructure 
Dim value As DataSource 

value = instance.DataSource
[BrowsableAttribute(false)]
public DataSource DataSource { get; }
[BrowsableAttribute(false)]
public:
property DataSource^ DataSource {
    DataSource^ get ();
}
[<BrowsableAttribute(false)>]
member DataSource : DataSource
function get DataSource () : DataSource

속성 값

유형: Microsoft.AnalysisServices.DataSource
A DataSource that contains the DataSource object associated with a MiningStructure.

참고 항목

참조

MiningStructure 클래스

Microsoft.AnalysisServices 네임스페이스