ScriptCollectorInfo Class

 

Displays the information about the script collector.

Namespace:   Microsoft.SqlServer.Management
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

System::Object
  Microsoft.SqlServer.Management::ScriptCollectorInfo

[SerializableAttribute]
[DesignerCategoryAttribute("code")]
[GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/SqlServer/Management/Registration")]
[DebuggerStepThroughAttribute]
public ref class ScriptCollectorInfo : IScriptCollectorInfo, 
	IInitializable

NameDescription
System_CAPS_pubmethodScriptCollectorInfo()

Initializes a new instance of the ScriptCollectorInfo class.

NameDescription
System_CAPS_pubpropertyDescription

Gets or sets the description of the script collector.

System_CAPS_pubpropertyDisplayName

Gets or sets the localized display name.

System_CAPS_pubpropertyHotkey

Gets or sets desired hotkey to be used.

System_CAPS_pubpropertyIcon

Gets or sets an icon for ScriptCollectorInfo.

System_CAPS_pubpropertyMoniker

Gets or sets the moniker of ScriptCollectionInfo.

System_CAPS_pubpropertySupportedContentTypes

Gets or sets the supported content types for scripting the content.

System_CAPS_pubpropertyType

Gets or sets the type with the specified name.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIInitializable::Initialize(IServiceProvider^)

Initializes the script by using the specified service provider.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIScriptCollectorInfo::CreateScriptCollector(String^, IContext^)

Creates a new script collector for the script.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIScriptCollectorInfo::Description

Gets the description of the Script Collector.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIScriptCollectorInfo::DisplayName

Gets a String value that represents the name of the script collector.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIScriptCollectorInfo::Image

Gets the specified image that is associated with the Script Collector.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIScriptCollectorInfo::ShortcutKey

Gets the desired shortcut key for the ScriptCollectorInfo object.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: