Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the FileGroup object that is the parent of the DataFileCollection object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property Parent As FileGroup
Get
'Usage
Dim instance As DataFileCollection
Dim value As FileGroup
value = instance.Parent
public FileGroup Parent { get; }
public:
property FileGroup^ Parent {
FileGroup^ get ();
}
member Parent : FileGroup
function get Parent () : FileGroup
Property Value
Type: Microsoft.SqlServer.Management.Smo.FileGroup
A FileGroup object that is the parent of the DataFileCollection object.