Freigeben über


IField.Name-Eigenschaft

Gets the name of the field.

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

Syntax

'Declaration
ReadOnly Property Name As String 
    Get
'Usage
Dim instance As IField 
Dim value As String 

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

Eigenschaftswert

Typ: System.String
The name of the field.

Siehe auch

Verweis

IField Schnittstelle

Microsoft.SqlServer.XEvent-Namespace