Propriedade do RDL SessionCollection.Item (String)
Gets the Session object with the specified name.
Namespace: Microsoft.SqlServer.Management.XEvent
Assembly: Microsoft.SqlServer.Management.XEvent (em Microsoft.SqlServer.Management.XEvent.dll)
Sintaxe
'Declaração
Public ReadOnly Default Property Item ( _
name As String _
) As Session
Get
'Uso
Dim instance As SessionCollection
Dim name As String
Dim value As Session
value = instance(name)
public Session this[
string name
] { get; }
public:
property Session^ default[String^ name] {
Session^ get (String^ name);
}
member Item : Session
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.
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.XEvent.Session
A Session object.