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.