ScriptCollectorInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Displays the information about the script collector.
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
- Inheritance
-
ScriptCollectorInfo
- Attributes
- Implements
Constructors
ScriptCollectorInfo() |
Initializes a new instance of the ScriptCollectorInfo class. |
Properties
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. |
Explicit Interface Implementations
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. |