Свойство Item (String)
Gets a TransPublication 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 TransPublication
Get
'Применение
Dim instance As TransPublicationCollection
Dim name As String
Dim value As TransPublication
value = instance(name)
public TransPublication this[
string name
] { get; }
public:
property TransPublication^ default[String^ name] {
TransPublication^ get (String^ name);
}
member Item : TransPublication
JScript поддерживает использование индексированных свойств, но не объявление новых.
Параметры
- name
Тип: System. . :: . .String
A String value that specifies the name of the transactional or snapshot publication.
Значение свойства
Тип: Microsoft.SqlServer.Replication. . :: . .TransPublication
A TransPublication object.
Замечания
This namespace, class, or member is supported only in version 2.0 of the .NET Framework.