Compartilhar via


Propriedade do RDL DataFileCollection.Parent

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

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

Sintaxe

'Declaração
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 da propriedade

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

Exemplos

Usando coleções

Consulte também

Referência

DataFileCollection Classe

Namespace Microsoft.SqlServer.Management.Smo