Propriedade do RDL DatabaseRoleCollection.Item (String)
Gets a DatabaseRole object in the collection by name.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public ReadOnly Default Property Item ( _
name As String _
) As DatabaseRole
Get
'Uso
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 dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.
Parâmetros
- name
Tipo: System.String
A string value that specifies the name of the DatabaseRole object in the DatabaseRoleCollection collection.
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.Smo.DatabaseRole
A DatabaseRole object value that represents the database role.