共用方式為


SqlMetaData.TypeName 屬性

定義

取得由執行個體表示之使用者定義型別 (UDT) 或 SQL Server 型別的三部分名稱。

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

屬性值

UDT 或 SQL Server 型別的名稱 (其型別為 String)。

備註

預設值是 null

適用於