Propriété TransArticleCollection.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
- name
Type : System.String
A String value that specifies the name of the article.
Valeur de propriété
Type : Microsoft.SqlServer.Replication.TransArticle
TransArticle object.
Notes
This namespace, class, or member is supported only in version 2.0 of the .NET Framework.