Partager via


Propriété DataFileCollection.Parent

Gets the FileGroup object that is the parent of the DataFileCollection object.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Parent As FileGroup 
    Get
'Utilisation
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

Valeur de propriété

Type : Microsoft.SqlServer.Management.Smo.FileGroup
A FileGroup object that is the parent of the DataFileCollection object.

Exemples

Utilisation de collections

Voir aussi

Référence

DataFileCollection Classe

Espace de noms Microsoft.SqlServer.Management.Smo