DbColumn.UdtAssemblyQualifiedName 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得代表資料行中資料類型的 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
)。