Proprietà MergeArticleCollection.Item (String)
Gets a MergeArticle 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 MergeArticle
Get
'Utilizzo
Dim instance As MergeArticleCollection
Dim name As String
Dim value As MergeArticle
value = instance(name)
public MergeArticle this[
string name
] { get; }
public:
property MergeArticle^ default[String^ name] {
MergeArticle^ get (String^ name);
}
member Item : MergeArticle
JScript supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.
Parametri
- name
Tipo: System.String
A String value that is equivalent to the Name property of a MergeArticle object in the collection.
Valore proprietà
Tipo: Microsoft.SqlServer.Replication.MergeArticle
A MergeArticle object.
Osservazioni
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.