Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the specified item from the collection.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
name As String _
) As AvailabilityDatabase
Get
'Usage
Dim instance As AvailabilityDatabaseCollection
Dim name As String
Dim value As AvailabilityDatabase
value = instance(name)
public AvailabilityDatabase this[
string name
] { get; }
public:
property AvailabilityDatabase^ default[String^ name] {
AvailabilityDatabase^ get (String^ name);
}
member Item : AvailabilityDatabase
JScript supports the use of indexed properties, but not the declaration of new ones.
Parameters
- name
Type: System.String
The string that identifies the item.
Property Value
Type: Microsoft.SqlServer.Management.Smo.AvailabilityDatabase
The specified item in the collection.