言語

PublishedEventField.Name プロパティ

定義

イベントフィールドの名前を得ます。

public:
 property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String

プロパティ値

イベントフィールドの名前です。

実装

Microsoft.SqlServer.XEvent.IField.Name

適用対象