User.EnumOwnedObjects 메서드
Enumerates a list of object that the database user owns.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public Function EnumOwnedObjects As Urn()
‘사용 방법
Dim instance As User
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[]
A Urn object array value that specifies the objects owned by the database user.
주의
Note SQL Server database objects are owned by the schema.
예
참고 항목
참조
Microsoft.SqlServer.Management.Smo 네임스페이스