Condividi tramite


Proprietà PartitionScheme.FileGroups

Represents a collection of FileGroup objects. Each FileGroup object represents a filegroup defined on the database.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property FileGroups As StringCollection 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.Collections.Specialized.StringCollection
A FileGroupCollection object that represents all the filegroups on the database.

Esempi

Utilizzo di filegroup e file per archiviare dati

Vedere anche

Riferimento

PartitionScheme Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo

Altre risorse

CREATE PARTITION SCHEME (Transact-SQL)