次の方法で共有


PublishedEventField.Type プロパティ

定義

フィールドのネイティブ型を取得します。

public:
 property Type ^ Type { Type ^ get(); };
public Type Type { get; }
member this.Type : Type
Public ReadOnly Property Type As Type

プロパティ値

フィールドのネイティブ型です。

実装

Microsoft.SqlServer.XEvent.IField.Type

適用対象