EnumOwnedObjects メソッド

スキーマが所有するオブジェクトの一覧を列挙します。

名前空間:  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> [] () [] []
スキーマが所有するオブジェクトを示す Urn オブジェクトの配列です。