FederationCollection.Parent Property

Definition

Gets the parent database of the federation collection.

public:
 property Microsoft::SqlServer::Management::Smo::Database ^ Parent { Microsoft::SqlServer::Management::Smo::Database ^ get(); };
public Microsoft.SqlServer.Management.Smo.Database Parent { get; }
member this.Parent : Microsoft.SqlServer.Management.Smo.Database
Public ReadOnly Property Parent As Database

Property Value

The parent database of the federation collection.

Applies to