Condividi tramite


Proprietà TargetInfo.Key.Name

Gets the name of the TargetInfo object.

Spazio dei nomi  Microsoft.SqlServer.Management.XEvent
Assembly:  Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Name As String 
    Get
'Utilizzo
Dim instance As TargetInfo.Key 
Dim value As String 

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

Valore proprietà

Tipo: System.String
A string value that contains the name.

Vedere anche

Riferimento

TargetInfo.Key Classe

Spazio dei nomi Microsoft.SqlServer.Management.XEvent