Propriedade do RDL MiningAttributeCollection.Item (String)
Obtém o MiningAttribute especificado da coleção por seu nome. No Microsoft Visual C#, esta propriedade é o indexador da classe MiningAttributeCollection.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (em msmgdsrv.dll)
Sintaxe
'Declaração
Public ReadOnly Default Property Item ( _
name As String _
) As MiningAttribute
Get
'Uso
Dim instance As MiningAttributeCollection
Dim name As String
Dim value As MiningAttribute
value = instance(name)
public MiningAttribute this[
string name
] { get; }
public:
property MiningAttribute^ default[String^ name] {
MiningAttribute^ get (String^ name);
}
member Item : MiningAttribute
JScript dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.
Parâmetros
- name
Tipo: String
O nome do MiningAttribute a ser localizado.
Valor da propriedade
Tipo: Microsoft.AnalysisServices.AdomdServer.MiningAttribute
O MiningAttribute com o nome especificado.
Exceções
Exceção | Condição |
---|---|
InvalidOperationException | O MiningAttribute não foi encontrado na coleção. |