Propriété Item (String)
Gets a ServerRole 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 ServerRole
Get
'Utilisation
Dim instance As ServerRoleCollection
Dim name As String
Dim value As ServerRole
value = instance(name)
public ServerRole this[
string name
] { get; }
public:
property ServerRole^ default[String^ name] {
ServerRole^ get (String^ name);
}
member Item : ServerRole
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 ServerRole object in the ServerRoleCollection collection.
Valeur de propriété
Type : Microsoft.SqlServer.Management.Smo. . :: . .ServerRole
A ServerRole object value that represents the server role.
Voir aussi