Aracılığıyla paylaş


AvailabilityDatabaseCollection.Item Property (String)

Gets the specified item from the collection.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Bildirim
Public ReadOnly Default Property Item ( _
    name As String _
) As AvailabilityDatabase
    Get
'Kullanım
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

Property Value

Type: Microsoft.SqlServer.Management.Smo.AvailabilityDatabase
The specified item in the collection.

See Also

Reference

AvailabilityDatabaseCollection Class

Item Overload

Microsoft.SqlServer.Management.Smo Namespace