Свойство FileGroups
Represents a collection of FileGroup objects. Each FileGroup object represents a filegroup defined on the database.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
<SfcPropertyAttribute> _
Public ReadOnly Property FileGroups As StringCollection
Get
'Применение
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
Значение свойства
Тип: System.Collections.Specialized. . :: . .StringCollection
A FileGroupCollection object that represents all the filegroups on the database.
См. также