Item Propiedad (String)
Gets a PublisherMonitor object in the collection by Publisher name.
Espacio de nombres: Microsoft.SqlServer.Replication
Ensamblado: Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)
Sintaxis
'Declaración
Public ReadOnly Default Property Item ( _
name As String _
) As PublisherMonitor
Get
'Uso
Dim instance As PublisherMonitorCollection
Dim name As String
Dim value As PublisherMonitor
value = instance(name)
public PublisherMonitor this[
string name
] { get; }
public:
property PublisherMonitor^ default[String^ name] {
PublisherMonitor^ get (String^ name);
}
member Item : PublisherMonitor
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 specifies the name of the Publisher.
Valor de la propiedad
Tipo: Microsoft.SqlServer.Replication. . :: . .PublisherMonitor
A PublisherMonitor object.
Notas
This namespace, class, or member is supported only in version 2.0 of the .NET Framework.