DbColumn.BaseSchemaName プロパティ

定義

データ ソースに関連付けられているスキーマ名を取得します。値が設定されていない場合は null です。 スキーマ名か、派生クラスでオーバーライドされる場合は null に設定できます。

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

プロパティ値

データ ソースに関連付けられているスキーマ名です。値が設定されていない場合は null 参照 (Visual Basic の場合は Nothing) です。

適用対象