다음을 통해 공유


EnumObjects 메서드

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

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
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.