DbColumn.BaseServerName 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取与列关联的服务器名称;否则,如果未设置任何值,则为 null
。 在派生类中重写时,可设置为服务器名称或 null
。
public: property System::String ^ BaseServerName { public:
System::String ^ get(); protected:
void set(System::String ^ value); };
public string? BaseServerName { get; protected set; }
public string BaseServerName { get; protected set; }
member this.BaseServerName : string with get, set
Public Property BaseServerName As String
属性值
与列关联的服务器名称;否则,如果未设置任何值,则为空引用(在 Visual Basic 中为 Nothing
)。