Compartir a través de


IXEObjectMetadata.Name Propiedad

Gets the name of the object.

Espacio de nombres:  Microsoft.SqlServer.XEvent
Ensamblado:  Microsoft.SqlServer.XEvent.Linq (en Microsoft.SqlServer.XEvent.Linq.dll)

Sintaxis

'Declaración
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 de la propiedad

Tipo: System.String
The name of the object.

Vea también

Referencia

IXEObjectMetadata Interfaz

Espacio de nombres Microsoft.SqlServer.XEvent