Metodo FileGroup.EnumObjects

Enumerates the system and user-defined tables, indexes, and statistics mechanisms stored within a file group.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public Function EnumObjects As SqlSmoObject()
'Utilizzo
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[]

Valore restituito

Tipo: array<Microsoft.SqlServer.Management.Smo.SqlSmoObject[]
A SqlSmoObject object array that contains all the objects within the file group.

Esempi

Utilizzo degli oggetti di database

Vedere anche

Riferimento

FileGroup Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo

Altre risorse

Utilizzo di file e filegroup

sys.objects (Transact-SQL)