Freigeben über


FileGroup.Files-Eigenschaft

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

Eigenschaftswert

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

Beispiele

Arbeiten mit Datenbankobjekten

Siehe auch

Verweis

FileGroup Klasse

Microsoft.SqlServer.Management.Smo-Namespace

Andere Ressourcen

Verwenden von Dateien und Dateigruppen

CREATE TABLE (Transact-SQL)