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

Returns the federation object with the specified name in the collection.

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

Синтаксис

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

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

Параметры

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

Тип: Microsoft.SqlServer.Management.Smo.Federation
The federation object with the specified name.

См. также

Справочник

FederationCollection Класс

Перегрузка Item

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