Compartilhar via


Propriedade do RDL IField.Name

Gets the name of the field.

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

Sintaxe

'Declaração
ReadOnly Property Name As String 
    Get
'Uso
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

Valor da propriedade

Tipo: System.String
The name of the field.

Consulte também

Referência

IField Interface

Namespace Microsoft.SqlServer.XEvent