LoginCollection クラス
LoginCollection クラスは、SQL Server のインスタンスで定義されたすべてのログイン アカウントを表す Login オブジェクトのコレクションです。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
Public NotInheritable Class LoginCollection _
Inherits SimpleObjectCollectionBase
'使用
Dim instance As LoginCollection
public sealed class LoginCollection : SimpleObjectCollectionBase
public ref class LoginCollection sealed : public SimpleObjectCollectionBase
[<SealedAttribute>]
type LoginCollection =
class
inherit SimpleObjectCollectionBase
end
public final class LoginCollection extends SimpleObjectCollectionBase
説明
LoginCollection オブジェクトは、一連のログイン アカウントにアクセスするために使用できます。Item プロパティを使用して、特定の Login オブジェクトを取得することができます。
スレッド セーフ
この型の public static (Microsoft Visual Basic では Shared) のすべてのメンバーは、マルチスレッド操作で安全に使用できます。 インスタンス メンバーの場合は、スレッド セーフであるとは限りません。
継承階層
System. . :: . .Object
Microsoft.SqlServer.Management.Smo. . :: . .AbstractCollectionBase
Microsoft.SqlServer.Management.Smo. . :: . .SmoCollectionBase
Microsoft.SqlServer.Management.Smo. . :: . .SortedListCollectionBase
Microsoft.SqlServer.Management.Smo. . :: . .SimpleObjectCollectionBase
Microsoft.SqlServer.Management.Smo..::..LoginCollection
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。