FileGroup.Files Property

Represents a collection of DataFile objects. Each DataFile object represents a file belonging to the file group.

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

Syntax

'Declaration
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,  _
    GetType(DataFile))> _
Public ReadOnly Property Files As DataFileCollection
    Get
'Usage
Dim instance As FileGroup
Dim value As DataFileCollection

value = instance.Files
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(DataFile))]
public DataFileCollection Files { get; }
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::ZeroToAny, 
    typeof(DataFile))]
public:
property DataFileCollection^ Files {
    DataFileCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(DataFile))>]
member Files : DataFileCollection
function get Files () : DataFileCollection

Property Value

Type: Microsoft.SqlServer.Management.Smo.DataFileCollection
A DataFileCollection object that represents all the data files defined on the database.