Files propriété
Represents a collection of DataFile objects. Each DataFile object represents a file belonging to the file group.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, _
GetType(DataFile))> _
Public ReadOnly Property Files As DataFileCollection
Get
'Utilisation
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
Valeur de la propriété
Type : Microsoft.SqlServer.Management.Smo. . :: . .DataFileCollection
A DataFileCollection object that represents all the data files defined on the database.
Voir aussi