ConnectionManagerHostClass.Name 属性

定义

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

属性值

String

一个 字符串 ,其中包含在创建连接管理器对象时向连接管理器对象提供的名称。

实现

注解

有关详细信息,请参阅 ConnectionManager

适用于