Метод FederationCollection.Add

Adds the specified federation at the end of the collection.

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

Синтаксис

'Декларация
Public Sub Add ( _
    federation As Federation _
)
'Применение
Dim instance As FederationCollection 
Dim federation As Federation

instance.Add(federation)
public void Add(
    Federation federation
)
public:
void Add(
    Federation^ federation
)
member Add : 
        federation:Federation -> unit
public function Add(
    federation : Federation
)

Параметры

См. также

Справочник

FederationCollection Класс

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