Compartir a través de


DataFileCollection.Parent Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public ReadOnly Property Parent As FileGroup 
    Get
'Uso
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

Valor de la propiedad

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

Ejemplos

Usar colecciones

Vea también

Referencia

DataFileCollection Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo