Поделиться через


Свойство Item (Int32)

Gets a RemoteServiceBinding object in the collection by index number.

Пространство имен:  Microsoft.SqlServer.Management.Smo.Broker
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public ReadOnly Default Property Item ( _
    index As Integer _
) As RemoteServiceBinding
    Get
'Применение
Dim instance As RemoteServiceBindingCollection
Dim index As Integer
Dim value As RemoteServiceBinding

value = instance(index)
public RemoteServiceBinding this[
    int index
] { get; }
public:
property RemoteServiceBinding^ default[int index] {
    RemoteServiceBinding^ get (int index);
}
member Item : RemoteServiceBinding
JScript поддерживает использование индексированных свойств, но не объявление новых.

Параметры

Значение свойства

Тип Microsoft.SqlServer.Management.Smo.Broker. . :: . .RemoteServiceBinding
A RemoteServiceBinding object value that represents the remote service binding.