Propriété Item (String)
Gets a DatabaseRole object in the collection by name.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public ReadOnly Default Property Item ( _
name As String _
) As DatabaseRole
Get
'Utilisation
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 prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.
Paramètres
- name
Type : System. . :: . .String
A string value that specifies the name of the DatabaseRole object in the DatabaseRoleCollection collection.
Valeur de propriété
Type : Microsoft.SqlServer.Management.Smo. . :: . .DatabaseRole
A DatabaseRole object value that represents the database role.
Voir aussi