Поделиться через


Метод EnumOwnedObjects

Enumerates a list of objects that are owned by the schema.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public Function EnumOwnedObjects As Urn()
'Применение
Dim instance As Schema
Dim returnValue As Urn()

returnValue = instance.EnumOwnedObjects()
public Urn[] EnumOwnedObjects()
public:
array<Urn^>^ EnumOwnedObjects()
member EnumOwnedObjects : unit -> Urn[] 
public function EnumOwnedObjects() : Urn[]

Возвращаемое значение

Тип array<Urn> [] () [] []
An array of Urn objects that specifies the objects that are owned by the schema.