MiningStructureCollection.Item 属性 (String)
Gets the specified MiningStructure from the MiningStructureCollection collection by its name. In Microsoft Visual C#, this property is the indexer for the MiningStructureCollection class.
命名空间: Microsoft.AnalysisServices.AdomdClient
程序集: Microsoft.AnalysisServices.AdomdClient(在 Microsoft.AnalysisServices.AdomdClient.dll 中)
语法
声明
Public ReadOnly Default Property Item ( _
index As String _
) As MiningStructure
Get
用法
Dim instance As MiningStructureCollection
Dim index As String
Dim value As MiningStructure
value = instance(index)
public MiningStructure this[
string index
] { get; }
public:
property MiningStructure^ default[String^ index] {
MiningStructure^ get (String^ index);
}
member Item : MiningStructure
JScript 支持使用索引属性,但不支持声明新索引属性。
参数
- index
类型:System.String
The name of the MiningStructure to find.
属性值
类型:Microsoft.AnalysisServices.AdomdClient.MiningStructure
The MiningStructure with the specified name.