ScriptCollectorInfo Class
Displays the information about the script collector.
Assembly: Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)
[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
| Name | Description | |
|---|---|---|
![]() | ScriptCollectorInfo() | Initializes a new instance of the ScriptCollectorInfo class. |
| Name | Description | |
|---|---|---|
![]() | Description | Gets or sets the description of the script collector. |
![]() | DisplayName | Gets or sets the localized display name. |
![]() | Hotkey | Gets or sets desired hotkey to be used. |
![]() | Icon | Gets or sets an icon for ScriptCollectorInfo. |
![]() | Moniker | Gets or sets the moniker of ScriptCollectionInfo. |
![]() | SupportedContentTypes | Gets or sets the supported content types for scripting the content. |
![]() | Type | Gets or sets the type with the specified name. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IInitializable::Initialize(IServiceProvider^) | Initializes the script by using the specified service provider. |
![]() ![]() | IScriptCollectorInfo::CreateScriptCollector(String^, IContext^) | Creates a new script collector for the script. |
![]() ![]() | IScriptCollectorInfo::Description | Gets the description of the Script Collector. |
![]() ![]() | IScriptCollectorInfo::DisplayName | Gets a String value that represents the name of the script collector. |
![]() ![]() | IScriptCollectorInfo::Image | Gets the specified image that is associated with the Script Collector. |
![]() ![]() | IScriptCollectorInfo::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.





