Proprietà TransArticleCollection.Item (String)

Gets a TransArticle object in the collection by name.

Spazio dei nomi  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)

Sintassi

'Dichiarazione
Public ReadOnly Default Property Item ( _
    name As String _
) As TransArticle 
    Get
'Utilizzo
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 supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.

Parametri

Valore proprietà

Tipo: Microsoft.SqlServer.Replication.TransArticle
TransArticle object.

Osservazioni

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

Vedere anche

Riferimento

TransArticleCollection Classe

Overload Item

Spazio dei nomi Microsoft.SqlServer.Replication