FileGroups Propiedad
Represents a collection of FileGroup objects. Each FileGroup object represents a filegroup defined on the database.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
<SfcPropertyAttribute> _
Public ReadOnly Property FileGroups As StringCollection
Get
'Uso
Dim instance As PartitionScheme
Dim value As StringCollection
value = instance.FileGroups
[SfcPropertyAttribute]
public StringCollection FileGroups { get; }
[SfcPropertyAttribute]
public:
property StringCollection^ FileGroups {
StringCollection^ get ();
}
[<SfcPropertyAttribute>]
member FileGroups : StringCollection
function get FileGroups () : StringCollection
Valor de la propiedad
Tipo: System.Collections.Specialized. . :: . .StringCollection
A FileGroupCollection object that represents all the filegroups on the database.
Vea también