EnumOwnedObjects 메서드
Enumerates a list of objects that are owned by the schema.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
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.