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

Returns the federation object at the specified index in the collection.

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

Синтаксис

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

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

Параметры

  • index
    Тип: System.Int32
    The index of the federation in the collection.

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

Тип: Microsoft.SqlServer.Management.Smo.Federation
The federation object at the specified index.

См. также

Справочник

FederationCollection Класс

Перегрузка Item

Пространство имен Microsoft.SqlServer.Management.Smo