BusinessLogicParameterCollection.Item Property (String)

Пространство имен: Microsoft.SqlServer.Replication.BusinessLogicSupport
Сборка: Microsoft.SqlServer.Replication.BusinessLogicSupport (in microsoft.sqlserver.replication.businesslogicsupport.dll)

Синтаксис

'Декларация
Public Default Property Item ( _
    index As String _
) As Object
public Object this [
    string index
] { get; set; }
public:
virtual property Object^ default [String^] {
    Object^ get (String^ index) sealed;
    void set (String^ index, Object^ value) sealed;
}
/** @property */
public final Object get_Item (String index)

/** @property */
public final void set_Item (String index, Object value)

Параметры

  • index

Синхронизация потоков

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

BusinessLogicParameterCollection Class
BusinessLogicParameterCollection Members
Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace