HostedEventProviderCollection.Item Property (Int32)
Gets a specific HostedEventProvider in the HostedEventProviderCollection by position.
Namespace: Microsoft.SqlServer.Management.Nmo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
'Declaration
Public ReadOnly Default Property Item ( _
index As Integer _
) As HostedEventProvider
public HostedEventProvider this [
int index
] { get; }
public:
property HostedEventProvider^ default [int] {
HostedEventProvider^ get (int index);
}
/** @property */
public HostedEventProvider get_Item (int index)
- index
An Int32 value that specifies the position of the HostedEventProvider in the collection.
A HostedEventProvider object that represents a hosted event provider for the Notification Services application.
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
HostedEventProviderCollection Class
HostedEventProviderCollection Members
Microsoft.SqlServer.Management.Nmo Namespace