Metoda FileGroup.EnumObjects
Wylicza system i zdefiniowane przez użytkownika tabel, indeksów i statystyki mechanizmów przechowywany wewnątrz grupy plików.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Public Function EnumObjects As SqlSmoObject()
'Użycie
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[]
Wartość zwracana
Typ: array<Microsoft.SqlServer.Management.Smo.SqlSmoObject[]
A SqlSmoObject obiektu array zawiera wszystkie obiekty w grupie plików.
Zobacz także