Partilhar via


Propriedade do RDL IXEObjectMetadata.Name

Gets the name of the object.

Namespace:  Microsoft.SqlServer.XEvent
Assembly:  Microsoft.SqlServer.XEvent.Linq (em Microsoft.SqlServer.XEvent.Linq.dll)

Sintaxe

'Declaração
ReadOnly Property Name As String 
    Get
'Uso
Dim instance As IXEObjectMetadata 
Dim value As String 

value = instance.Name
string Name { get; }
property String^ Name {
    String^ get ();
}
abstract Name : string
function get Name () : String

Valor da propriedade

Tipo: System.String
The name of the object.

Consulte também

Referência

IXEObjectMetadata Interface

Namespace Microsoft.SqlServer.XEvent