NonHostedEventProviderCollection.Item Property (String)
Gets a specific NonHostedEventProvider object in the NonHostedEventProviderCollection object by name.
Namespace: Microsoft.SqlServer.Management.Nmo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
name As String _
) As NonHostedEventProvider
public NonHostedEventProvider this [
string name
] { get; }
public:
property NonHostedEventProvider^ default [String^] {
NonHostedEventProvider^ get (String^ name);
}
/** @property */
public NonHostedEventProvider get_Item (String name)
Parameters
- name
A String value that specifies the name of the NonHostedEventProvider object in the collection.
Property Value
A NonHostedEventProvider object that represents a non-hosted event provider for the Notification Services application.
Thread Safety
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.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
NonHostedEventProviderCollection Class
NonHostedEventProviderCollection Members
Microsoft.SqlServer.Management.Nmo Namespace