Share via


IField.Name プロパティ

フィールドの名前を取得します。

名前空間:  Microsoft.SqlServer.XEvent
アセンブリ:  Microsoft.SqlServer.XEvent.Linq (Microsoft.SqlServer.XEvent.Linq.dll)

構文

'宣言
ReadOnly Property Name As String 
    Get
'使用
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

プロパティ値

型: System.String
フィールドの名前です。

関連項目

参照

IField インターフェイス

Microsoft.SqlServer.XEvent 名前空間