UserLoginMapping クラス

Represents a collection of user login maps.

継承階層

  Microsoft.SqlServer.Management.Dac.UserLoginMapping

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

構文

'宣言

Public Class UserLoginMapping
'使用

Dim instance As UserLoginMapping
public class UserLoginMapping
public ref class UserLoginMapping
type UserLoginMapping =  class end
public class UserLoginMapping

UserLoginMapping 型は、以下のメンバーを公開しています。

コンストラクター

  名前 説明
パブリック メソッド UserLoginMapping Initializes a new instance of the UserLoginMapping class.

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Add Adds the specified user login map to the collection.
パブリック メソッド AddRange Adds a range of user login maps to the collection.
パブリック メソッド ( から継承されています。)
プロテクト メソッド ( から継承されています。)
パブリック メソッド ( から継承されています。)
パブリック メソッド GetLoginName Gets the login name for the specified user name.
パブリック メソッド GetLogins Returns an enumeration of the login names.
パブリック メソッド ( から継承されています。)
パブリック メソッド GetUserLoginMap Returns an enumeration of the user login maps.
パブリック メソッド IsEmpty Determines whether the collection is empty.
プロテクト メソッド ( から継承されています。)
パブリック メソッド Remove Removes the specified user login map from the collection.
パブリック メソッド ( から継承されています。)

先頭に戻る

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

Microsoft.SqlServer.Management.Dac 名前空間