次の方法で共有


Login.ListMembers メソッド

ログイン アカウントがメンバーとして属しているロールの一覧を返します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Public Function ListMembers As StringCollection
'使用
Dim instance As Login 
Dim returnValue As StringCollection 

returnValue = instance.ListMembers()
public StringCollection ListMembers()
public:
StringCollection^ ListMembers()
member ListMembers : unit -> StringCollection
public function ListMembers() : StringCollection

戻り値

型: System.Collections.Specialized.StringCollection
ログイン アカウントがメンバーとして属しているロール名の一覧を含む StringCollection オブジェクトの値です。

使用例

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

関連項目

参照

Login クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

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

CREATE LOGIN (Transact-SQL)