Files 속성
Represents a collection of DataFile objects. Each DataFile object represents a file belonging to the file group.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, _
GetType(DataFile))> _
Public ReadOnly Property Files As DataFileCollection
Get
‘사용 방법
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
속성 값
형식: Microsoft.SqlServer.Management.Smo. . :: . .DataFileCollection
A DataFileCollection object that represents all the data files defined on the database.