Свойство Item (String)
Gets a TransArticle object in the collection by name.
Пространство имен: Microsoft.SqlServer.Replication
Сборка: Microsoft.SqlServer.Rmo (в Microsoft.SqlServer.Rmo.dll)
Синтаксис
'Декларация
Public ReadOnly Default Property Item ( _
name As String _
) As TransArticle
Get
'Применение
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 поддерживает использование индексированных свойств, но не объявление новых.
Параметры
- name
Тип: System. . :: . .String
A String value that specifies the name of the article.
Значение свойства
Тип: Microsoft.SqlServer.Replication. . :: . .TransArticle
TransArticle object.
Замечания
This namespace, class, or member is supported only in version 2.0 of the .NET Framework.
См. также