次の方法で共有


User.EnumOwnedObjects メソッド

データベース ユーザーが所有するオブジェクトのリストを列挙します。

名前空間:  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[]
データベース ユーザーが所有するオブジェクトを示す Urn オブジェクト配列の値です。

説明

メモ   SQL Server データベース オブジェクトはスキーマが所有します。

使用例

ユーザー、ロール、およびログインの管理

関連項目

参照

User クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

プリンシパル (データベース エンジン)

CREATE USER (Transact-SQL)