ProxyAccountCollection クラス
ProxyAccountCollection クラスは、SQL Server エージェントで定義されたすべてのプロキシ アカウントを表す ProxyAccount オブジェクトのコレクションです。
名前空間: Microsoft.SqlServer.Management.Smo.Agent
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
Public NotInheritable Class ProxyAccountCollection _
Inherits SimpleObjectCollectionBase
'使用
Dim instance As ProxyAccountCollection
public sealed class ProxyAccountCollection : SimpleObjectCollectionBase
public ref class ProxyAccountCollection sealed : public SimpleObjectCollectionBase
[<SealedAttribute>]
type ProxyAccountCollection =
class
inherit SimpleObjectCollectionBase
end
public final class ProxyAccountCollection extends SimpleObjectCollectionBase
説明
ProxyAccountCollection オブジェクトは、一連のプロキシ アカウントにアクセスするために使用できます。Item プロパティを使用すると、特定の ProxyAccount オブジェクトを取得できます。
スレッド セーフ
この型の 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.Agent..::..ProxyAccountCollection
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。