共用方式為


Schema.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<Microsoft.SqlServer.Management.Sdk.Sfc.Urn[]
An array of Urn objects that specifies the objects that are owned by the schema.

範例

建立、改變和移除結構描述

請參閱

參考

Schema 類別

Microsoft.SqlServer.Management.Smo 命名空間

其他資源

了解資料庫結構描述

CREATE SCHEMA (Transact-SQL)