Propriété PartitionScheme.FileGroups
Represents a collection of FileGroup objects. Each FileGroup object represents a filegroup defined on the database.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property FileGroups As StringCollection
Get
'Utilisation
Dim instance As PartitionScheme
Dim value As StringCollection
value = instance.FileGroups
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public StringCollection FileGroups { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property StringCollection^ FileGroups {
StringCollection^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member FileGroups : StringCollection
function get FileGroups () : StringCollection
Valeur de propriété
Type : System.Collections.Specialized.StringCollection
A FileGroupCollection object that represents all the filegroups on the database.
Exemples
Utilisation de fichiers ou de groupes de fichiers pour stocker des données
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.Smo