Compartilhar via


Propriedade do RDL PartitionScheme.FileGroups

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property FileGroups As StringCollection 
    Get
'Uso
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

Valor da propriedade

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

Exemplos

Usando grupos de arquivos e arquivos para armazenar dados

Consulte também

Referência

PartitionScheme Classe

Namespace Microsoft.SqlServer.Management.Smo

Outros recursos

CREATE PARTITION SCHEME (Transact-SQL)