Share via


ScriptCollectorInfo 클래스

정의

스크립트 수집기에 대한 정보를 표시합니다.

public ref class ScriptCollectorInfo : Microsoft::SqlServer::Management::IInitializable, Microsoft::SqlServer::Management::Scripting::IScriptCollectorInfo
[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 ScriptCollectorInfo : Microsoft.SqlServer.Management.IInitializable, Microsoft.SqlServer.Management.Scripting.IScriptCollectorInfo
[<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 ScriptCollectorInfo = class
    interface IScriptCollectorInfo
    interface IInitializable
Public Class ScriptCollectorInfo
Implements IInitializable, IScriptCollectorInfo
상속
ScriptCollectorInfo
특성
구현

생성자

ScriptCollectorInfo()

ScriptCollectorInfo 클래스의 새 인스턴스를 초기화합니다.

속성

Description

스크립트 수집기에 대한 설명을 가져오거나 설정합니다.

DisplayName

지역화된 표시 이름을 가져오거나 설정합니다.

Hotkey

사용하려는 핫키를 가져오거나 설정합니다.

Icon

ScriptCollectorInfo의 아이콘을 가져오거나 설정합니다.

Moniker

ScriptCollectionInfo의 모니커를 가져오거나 설정합니다.

SupportedContentTypes

내용 스크립팅을 위해 지원되는 내용 유형을 가져오거나 설정합니다.

Type

지정한 이름을 가진 유형을 가져오거나 설정합니다.

명시적 인터페이스 구현

IInitializable.Initialize(IServiceProvider)

지정된 서비스 공급자를 사용하여 스크립트를 초기화합니다.

IScriptCollectorInfo.CreateScriptCollector(String, IContext)

스크립트에 대해 새 스크립트 수집기를 만듭니다.

IScriptCollectorInfo.Description

스크립트 수집기에 대한 설명을 가져옵니다.

IScriptCollectorInfo.DisplayName

스크립트 수집기의 이름을 나타내는 String 값을 가져옵니다.

IScriptCollectorInfo.Image

스크립트 수집기에 연결된 지정한 이미지를 가져옵니다.

IScriptCollectorInfo.ShortcutKey

개체에 대해 ScriptCollectorInfo 원하는 바로 가기 키를 가져옵니다.

적용 대상