Propriedade do RDL Item (String)
Gets the specified MiningStructureColumn from the MiningStructureColumnCollection collection by its name. In Microsoft Visual C#, this property is the indexer for the MiningStructureColumnCollection class.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (em msmgdsrv.dll)
Sintaxe
'Declaração
Public ReadOnly Default Property Item ( _
name As String _
) As MiningStructureColumn
Get
'Uso
Dim instance As MiningStructureColumnCollection
Dim name As String
Dim value As MiningStructureColumn
value = instance(name)
public MiningStructureColumn this[
string name
] { get; }
public:
property MiningStructureColumn^ default[String^ name] {
MiningStructureColumn^ get (String^ name);
}
member Item : MiningStructureColumn
JScript dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.
Parâmetros
- name
Tipo: System. . :: . .String
The name of the MiningStructureColumn to find.
Valor da propriedade
Tipo: Microsoft.AnalysisServices.AdomdServer. . :: . .MiningStructureColumn
Consulte também