Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Adds the specified federation at the end of the collection.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub Add ( _
federation As Federation _
)
'Usage
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
)
Parameters
- federation
Type: Microsoft.SqlServer.Management.Smo.Federation
The federation to add in the collection.