AdoDotNetConnectionProperties.Item[String] 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索或设置 DDEX 提供程序上指定属性的值。
public:
virtual property System::Object ^ default[System::String ^] { System::Object ^ get(System::String ^ propertyName); void set(System::String ^ propertyName, System::Object ^ value); };
public override object this[string propertyName] { get; set; }
member this.Item(string) : obj with get, set
Default Public Overrides Property Item(propertyName As String) As Object
参数
- propertyName
- String
为其检索或设置值的属性的名称。
属性值
返回具有指定名称的属性的值。
例外
propertyName 参数为 null。
设置属性值时,不能将指定的值转换为属性类型。