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
- name
Typ: System. . :: . .String
Ciąg określający nazwę DatabaseRole obiekt w DatabaseRoleCollection kolekcja.
Wartość właściwości
Typ: Microsoft.SqlServer.Management.Smo. . :: . .DatabaseRole
A DatabaseRole wartość obiektu, który reprezentuje rola bazy danych.
Zobacz także