Item Propiedad (String)
Gets a TransArticle 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 TransArticle
Get
'Uso
Dim instance As TransArticleCollection
Dim name As String
Dim value As TransArticle
value = instance(name)
public TransArticle this[
string name
] { get; }
public:
property TransArticle^ default[String^ name] {
TransArticle^ get (String^ name);
}
member Item : TransArticle
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 article.
Valor de la propiedad
Tipo: Microsoft.SqlServer.Replication. . :: . .TransArticle
TransArticle object.
Comentarios
This namespace, class, or member is supported only in version 2.0 of the .NET Framework.
Vea también