ProxyAccountCollection-Klasse
The ProxyAccountCollection class represents a collection of ProxyAccount objects that represent all the proxy accounts defined on SQL Server Agent.
Namespace: Microsoft.SqlServer.Management.Smo.Agent
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public NotInheritable Class ProxyAccountCollection _
Inherits SimpleObjectCollectionBase
'Usage
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
Hinweise
A ProxyAccountCollection object can be used to gain access to a set of proxy accounts. You can use the Item property to return a specific ProxyAccount object.
Thread Safety
Alle öffentlichen, statischen Elemente dieses Typs (Shared in Microsoft Visual Basic) sind für Vorgänge mit mehreren Threads sicher. Für Instanzelemente kann nicht sichergestellt werden, dass sie für Threads sicher sind.
Vererbungshierarchie
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
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.