Partager via


Propriété IXEObjectMetadata.Name

Gets the name of the object.

Espace de noms :  Microsoft.SqlServer.XEvent
Assembly :  Microsoft.SqlServer.XEvent.Linq (en Microsoft.SqlServer.XEvent.Linq.dll)

Syntaxe

'Déclaration
ReadOnly Property Name As String 
    Get
'Utilisation
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

Valeur de propriété

Type : System.String
The name of the object.

Voir aussi

Référence

IXEObjectMetadata Interface

Espace de noms Microsoft.SqlServer.XEvent