Freigeben über


FileGroupCollection.Parent-Eigenschaft

Gets the SqlSmoObject object that is the parent of the FileGroupCollection object.

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

Syntax

'Declaration
Public ReadOnly Property Parent As Database 
    Get
'Usage
Dim instance As FileGroupCollection 
Dim value As Database 

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

Eigenschaftswert

Typ: Microsoft.SqlServer.Management.Smo.Database
A SqlSmoObject object that is the parent of the FileGroupCollection object.

Beispiele

Verwenden von Auflistungen

Siehe auch

Verweis

FileGroupCollection Klasse

Microsoft.SqlServer.Management.Smo-Namespace