Freigeben über


ReadOnlyEventColumnInfo.Key.Name-Eigenschaft

Gets the name of the ReadOnlyEventColumnInfo.Key object.

Namespace:  Microsoft.SqlServer.Management.XEvent
Assembly:  Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)

Syntax

'Declaration
Public ReadOnly Property Name As String 
    Get
'Usage
Dim instance As ReadOnlyEventColumnInfo.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

Eigenschaftswert

Typ: System.String
A string value that specifies the name of the ReadOnlyEventColumnInfo.Key object.

Siehe auch

Verweis

ReadOnlyEventColumnInfo.Key Klasse

Microsoft.SqlServer.Management.XEvent-Namespace