Expand Minimize
This topic has not yet been rated - Rate this topic

Database.Federations Property

SQL Server 2012

Gets a collection of Federation objects. Each Federation represents a data being partitioned on the database.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[SfcObjectAttribute(SfcContainerRelationship.ObjectContainer, SfcContainerCardinality.ZeroToAny, 
	typeof(Federation))]
public FederationCollection Federations { get; }

Property Value

Type: Microsoft.SqlServer.Management.Smo.FederationCollection
A FederationCollection object that represents all data being partitioned on the database.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.