Propriedade do RDL CollectionSetCollection.Item (String)
Gets a collection set based on the name that is provided.
Namespace: Microsoft.SqlServer.Management.Collector
Assembly: Microsoft.SqlServer.Management.Collector (em Microsoft.SqlServer.Management.Collector.dll)
Sintaxe
'Declaração
Public ReadOnly Default Property Item ( _
name As String _
) As CollectionSet
Get
'Uso
Dim instance As CollectionSetCollection
Dim name As String
Dim value As CollectionSet
value = instance(name)
public CollectionSet this[
string name
] { get; }
public:
property CollectionSet^ default[String^ name] {
CollectionSet^ get (String^ name);
}
member Item : CollectionSet
JScript dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.
Parâmetros
- name
Tipo: System.String
A String value that is the collection set name.
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.Collector.CollectionSet
A CollectionSetCollection object that is the collection set.
Comentários
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.