Udostępnij za pośrednictwem


Właściwość Item (String)

Pobiera DatabaseRole obiektu kolekcja według nazwy.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Syntax

'Deklaracja
Public ReadOnly Default Property Item ( _
    name As String _
) As DatabaseRole
    Get
'Użycie
Dim instance As DatabaseRoleCollection
Dim name As String
Dim value As DatabaseRole

value = instance(name)
public DatabaseRole this[
    string name
] { get; }
public:
property DatabaseRole^ default[String^ name] {
    DatabaseRole^ get (String^ name);
}
member Item : DatabaseRole
JScript supports the use of indexed properties, but not the declaration of new ones.

Parameters

Wartość właściwości

Typ: Microsoft.SqlServer.Management.Smo. . :: . .DatabaseRole
A DatabaseRole wartość obiektu, który reprezentuje rola bazy danych.