共用方式為


SqlMetaData.Type 屬性

定義

取得使用者定義型別 (UDT) 的 Common Language Runtime (CLR) 型別。

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

屬性值

使用者定義型別的 CLR 型別名稱 (其型態為 Type)。

備註

預設值是 null

如果 SqlDbType 不是 UDT 類型,則傳 null 回 。 Null 也可以針對應用程式無法使用元件的有效 UDT 結果集傳回 。

適用於