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) です。

適用対象