ISqlWizardInfo 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表用來啟動精靈的資訊。
public interface class ISqlWizardInfo
public interface ISqlWizardInfo
type ISqlWizardInfo = interface
Public Interface ISqlWizardInfo
- 衍生
屬性
| Caption |
取得顯示在標題列中的文字。 |
| Description |
取得精靈的描述。 |
| HeaderImage |
取得此精靈的背景影像。 |
| HelpID |
取得精靈的說明識別碼。 |
| Icon |
取得精靈的圖示。 |
| Moniker |
取得精靈執行個體的唯一識別碼。 |
| Properties |
取得特定精靈特有的其他屬性。 |
| Type |
取得實作 ISqlWizardController 的類型。 |