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 参照 (Nothing Visual Basic)。

適用対象