Partager via


Propriété Item (String)

Gets a TransArticle object in the collection by name.

Espace de noms :  Microsoft.SqlServer.Replication
Assembly :  Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)

Syntaxe

'Déclaration
Public ReadOnly Default Property Item ( _
    name As String _
) As TransArticle
    Get
'Utilisation
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 prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.

Paramètres

Notes

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