Compartir a través de


TransPublicationCollection.Item Propiedad (String)

Gets a TransPublication object in the collection by 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 TransPublication 
    Get
'Uso
Dim instance As TransPublicationCollection 
Dim name As String 
Dim value As TransPublication 

value = instance(name)
public TransPublication this[
    string name
] { get; }
public:
property TransPublication^ default[String^ name] {
    TransPublication^ get (String^ name);
}
member Item : TransPublication
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 transactional or snapshot publication.

Valor de la propiedad

Tipo: Microsoft.SqlServer.Replication.TransPublication
A TransPublication object.

Comentarios

This namespace, class, or member is supported only in version 2.0 of the .NET Framework.

Vea también

Referencia

TransPublicationCollection Clase

Sobrecarga de Item

Espacio de nombres Microsoft.SqlServer.Replication