Aracılığıyla paylaş


FederationCollection.Parent Property

Gets the parent database of the federation collection.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Bildirim
Public ReadOnly Property Parent As Database
    Get
'Kullanım
Dim instance As FederationCollection
Dim value As Database

value = instance.Parent
public Database Parent { get; }
public:
property Database^ Parent {
    Database^ get ();
}
member Parent : Database
function get Parent () : Database

Property Value

Type: Microsoft.SqlServer.Management.Smo.Database
The parent database of the federation collection.

See Also

Reference

FederationCollection Class

Microsoft.SqlServer.Management.Smo Namespace