Метод EnumObjects
Enumerates the system and user-defined tables, indexes, and statistics mechanisms stored within a file group.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public Function EnumObjects As SqlSmoObject()
'Применение
Dim instance As FileGroup
Dim returnValue As SqlSmoObject()
returnValue = instance.EnumObjects()
public SqlSmoObject[] EnumObjects()
public:
array<SqlSmoObject^>^ EnumObjects()
member EnumObjects : unit -> SqlSmoObject[]
public function EnumObjects() : SqlSmoObject[]
Возвращаемое значение
Тип array<Microsoft.SqlServer.Management.Smo. . :: . .SqlSmoObject> [] () [] []
A SqlSmoObject object array that contains all the objects within the file group.
См. также