DbColumn.BaseSchemaName 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取与数据源关联的架构;否则,如果未设置任何值,则为 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
属性值
与数据源关联的架构名称;否则,如果未设置任何值,则为空引用(在 Visual Basic 中为 Nothing
)。