DbColumn.UdtAssemblyQualifiedName 屬性

定義

取得代表資料行中資料類型的 Type 物件的組件限定名稱,如未設定任何值則為 null。 在衍生類別中覆寫時,可以設定為組件限定名稱或 null

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

屬性值

Type 物件的組件限定名稱,代表資料行中資料的類型;若未設定值,則為 null 參考 (在 Visual Basic 中為 Nothing)。

適用於