語言

ReplicationColumn.PhysicalDatatype 屬性

定義

取得或設定此欄位的基礎資料型別名稱。

public:
 property System::String ^ PhysicalDatatype { System::String ^ get(); void set(System::String ^ value); };
public string PhysicalDatatype { get; set; }
member this.PhysicalDatatype : string with get, set
Public Property PhysicalDatatype As String

屬性值

一個 String 值。

備註

對於使用基底資料型別建立的 Microsoft SQL Server 欄位,引用欄位物件資料型態與實體資料型別欄位的值相同。 對於使用使用者定義資料型別建立的 SQL Server 欄位,欄位物件資料類型欄位會回傳該使用者定義的資料類型名稱。 物理資料型態欄位會回報 SQL Server 的基礎資料型態。

此命名空間、類別或成員僅在 .NET 框架 2.0 版本中被支援。

適用於