IScriptCollectorInfo Interface

 

Represents the display information of the Script Collector.

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

[ComVisibleAttribute(true)]
[GuidAttribute("C8D7F5A9-5332-46e8-BB33-9D0EF13B0958")]
public interface class IScriptCollectorInfo

NameDescription
System_CAPS_pubpropertyDescription

Gets the description of the Script Collector.

System_CAPS_pubpropertyDisplayName

Gets the localized display name for the Script Collector.

System_CAPS_pubpropertyImage

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

System_CAPS_pubpropertyMoniker

Gets the unique identifier of the Script Collector.

System_CAPS_pubpropertyShortcutKey

Gets the desired Hotkey to be used.

System_CAPS_pubpropertySupportedContentTypes

Gets the list of compatible content types.

NameDescription
System_CAPS_pubmethodCreateScriptCollector(String^, IContext^)

Creates an instance of the Script Collector.

Return to top
Show: