FederationCollection Class

Definition

Represents a collection of federation objects.

public ref class FederationCollection sealed : Microsoft::SqlServer::Management::Smo::SimpleObjectCollectionBase
public sealed class FederationCollection : Microsoft.SqlServer.Management.Smo.SimpleObjectCollectionBase
type FederationCollection = class
    inherit SimpleObjectCollectionBase
Public NotInheritable Class FederationCollection
Inherits SimpleObjectCollectionBase
Inheritance

Fields

initialized

This value supports the SMO infrastructure and is not intended to be used directly from your code.

(Inherited from AbstractCollectionBase)

Properties

Count

Gets the number of objects in the referenced collection.

(Inherited from SmoCollectionBase)
IsSynchronized

Gets the Boolean property value that specifies whether access to the collection is synchronized and therefore thread-safe.

(Inherited from SmoCollectionBase)
Item[Int32]

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

Item[String]

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

Parent

Gets the parent database of the federation collection.

SyncRoot

Gets an object that can be used to synchronize access to the collection.

(Inherited from SmoCollectionBase)

Methods

Add(Federation)

Adds the specified federation at the end of the collection.

AddExisting(SqlSmoObject)

Adds an object to the collection.

(Inherited from AbstractCollectionBase)
AddImpl(SqlSmoObject)

Adds the specified object to this collection

(Inherited from SortedListCollectionBase)
Contains(String)

Verifies whether the specified object exists in the collection.

(Inherited from SimpleObjectCollectionBase)
CopyTo(Federation[], Int32)

Copies the elements of the collection to an array, starting at the specified index.

GetCollectionElementType()

Gets the Collection Element Type.

(Inherited from SmoCollectionBase)
GetEnumerator()

Returns an IEnumerator interface that allows you to iterate through the objects in the collection.

(Inherited from SmoCollectionBase)
GetItemById(Int32)

Extracts a member from the referenced collection using a system-defined, unique identifier.

(Inherited from SmoCollectionBase)
GetItemById(Int32, String)

Extracts a member from the referenced collection using a system-defined, unique identifier and name.

(Inherited from SmoCollectionBase)
GetObjectByIndex(Int32)

Extracts a member from the referenced collection using a system-defined, unique identifier.

(Inherited from SmoCollectionBase)
ImplAddExisting(SqlSmoObject)

Adds an existing specified object to this collection

(Inherited from SortedListCollectionBase)
InitializeChildCollection()

Initializes the child collections of the referenced collection.

(Inherited from SmoCollectionBase)
InitializeChildCollection(Boolean)

Initializes the child collections of the referenced collection with the option to refresh the properties of the referenced collection.

(Inherited from SmoCollectionBase)
InitInnerCollection()

Initializes the collection.

(Inherited from SimpleObjectCollectionBase)
ItemById(Int32)

Returns the federation object using the specified identifier.

Refresh()

Refreshes the referenced collection.

(Inherited from SmoCollectionBase)
Refresh(Boolean)

Refreshes the referenced collection with the option to refresh child objects of the referenced collection.

(Inherited from SmoCollectionBase)
ValidateParentObject(SqlSmoObject)

Validates the parent object exists.

(Inherited from SmoCollectionBase)

Explicit Interface Implementations

ICollection.CopyTo(Array, Int32)

Copies the elements from an instance to an array beginning at the index indicated.

(Inherited from SmoCollectionBase)

Applies to