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)