DbColumn.BaseSchemaName 属性

定义

获取与数据源关联的架构;否则,如果未设置任何值,则为 nullGets the schema name associated with the data source; otherwise, null if no value is set. 在派生类中重写时,可设置为架构名称或 nullCan be set to either the schema name or null when overridden in a derived class.

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

属性值

String

与数据源关联的架构名称;否则,如果未设置任何值,则为空引用(在 Visual Basic 中为 Nothing)。The schema name associated with the data source; otherwise, a null reference (Nothing in Visual Basic) if no value is set.

适用于