This topic has not yet been rated - Rate this topic

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)
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, 
	typeof(DataFile))]
public DataFileCollection Files { get; }

Property Value

Type: Microsoft.SqlServer.Management.Smo.DataFileCollection
A DataFileCollection object that represents all the data files defined on the database.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.