SqlWizard 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
sql 마법사를 제공합니다.
public ref class SqlWizard : Microsoft::SqlServer::Management::LocalizationManager, Microsoft::SqlServer::Management::IInitializable, Microsoft::SqlServer::Management::TaskForms::ISqlWizardInfo
[System.CodeDom.Compiler.GeneratedCode("xsd", "4.0.30319.33440")]
[System.ComponentModel.DesignerCategory("code")]
[System.Diagnostics.DebuggerStepThrough]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/SqlServer/Management/Registration")]
[System.Serializable]
public class SqlWizard : Microsoft.SqlServer.Management.LocalizationManager, Microsoft.SqlServer.Management.IInitializable, Microsoft.SqlServer.Management.TaskForms.ISqlWizardInfo
[<System.CodeDom.Compiler.GeneratedCode("xsd", "4.0.30319.33440")>]
[<System.ComponentModel.DesignerCategory("code")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/SqlServer/Management/Registration")>]
[<System.Serializable>]
type SqlWizard = class
inherit LocalizationManager
interface ISqlWizardInfo
interface IInitializable
Public Class SqlWizard
Inherits LocalizationManager
Implements IInitializable, ISqlWizardInfo
- 상속
- 특성
- 구현
생성자
SqlWizard() |
SqlWizard 클래스의 새 인스턴스를 초기화합니다. |
속성
Caption |
개체에 대한 캡션 텍스트를 가져오거나 설정합니다. |
Description |
지정한 개체에 대한 설명을 가져오거나 설정합니다. |
HeaderImage |
헤더에 표시되는 이미지를 가져오거나 설정합니다. |
HelpID |
도움말 ID에 연결된 값을 가져오거나 설정합니다. |
Icon |
지정한 개체에 대한 아이콘을 가져오거나 설정합니다. |
Moniker |
개체에 연결된 모니커를 가져옵니다. |
Properties |
지정한 개체의 속성을 가져옵니다. |
ResourceManager |
ResourceManager 컨트롤의 문자열 값을 가져오거나 설정합니다. (다음에서 상속됨 LocalizationManager) |
Type |
SqlWizard 개체의 유형을 가져오거나 설정합니다. |
명시적 인터페이스 구현
IInitializable.Initialize(IServiceProvider) |
개체의 초기화된 서비스 공급자를 반환합니다. |
ISqlWizardInfo.Caption |
캡션 특성의 값을 가져옵니다. |
ISqlWizardInfo.Description |
개체 인스턴스에 대한 설명을 가져옵니다. |
ISqlWizardInfo.HeaderImage |
헤더 패널에 표시되는 이미지를 가져옵니다. |
ISqlWizardInfo.Icon |
마법사 아이콘을 가져옵니다. |
ISqlWizardInfo.Properties |
특정 마법사와 관련된 추가 속성을 가져옵니다. |