CollectionSetCollection.Item Propiedad (String)
Gets a collection set based on the name that is provided.
Espacio de nombres: Microsoft.SqlServer.Management.Collector
Ensamblado: Microsoft.SqlServer.Management.Collector (en Microsoft.SqlServer.Management.Collector.dll)
Sintaxis
'Declaración
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 admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.
Parámetros
- name
Tipo: System.String
A String value that is the collection set name.
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.Collector.CollectionSet
A CollectionSetCollection object that is the collection set.
Comentarios
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.