SqlScriptEditorControl.MultiServerPropertiesDisplay.GetProperties 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取此实例的属性。
重载
GetProperties() |
获取此实例的属性。 |
GetProperties(Attribute[]) |
获取此实例的属性。 |
GetProperties()
获取此实例的属性。
public:
virtual System::ComponentModel::PropertyDescriptorCollection ^ GetProperties();
public System.ComponentModel.PropertyDescriptorCollection GetProperties ();
abstract member GetProperties : unit -> System.ComponentModel.PropertyDescriptorCollection
override this.GetProperties : unit -> System.ComponentModel.PropertyDescriptorCollection
Public Function GetProperties () As PropertyDescriptorCollection
返回
一个表示此实例的属性的 PropertyDescriptorCollection 对象。
实现
适用于
GetProperties(Attribute[])
获取此实例的属性。
public:
virtual System::ComponentModel::PropertyDescriptorCollection ^ GetProperties(cli::array <Attribute ^> ^ attributes);
public System.ComponentModel.PropertyDescriptorCollection GetProperties (Attribute[] attributes);
abstract member GetProperties : Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
override this.GetProperties : Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
Public Function GetProperties (attributes As Attribute()) As PropertyDescriptorCollection
参数
返回
一个表示此实例的筛选属性的 PropertyDescriptorCollection 对象。