Proprietà DataFileCollection.Parent

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

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Parent As FileGroup 
    Get
'Utilizzo
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

Valore proprietà

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

Esempi

Utilizzo delle raccolte

Vedere anche

Riferimento

DataFileCollection Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo