SqlScriptEditorControl.MultiServerPropertiesDisplay.GetProperties 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得此實例的屬性。
多載
| 名稱 | Description |
|---|---|
| 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 物件,代表這個實例的篩選屬性。