IScriptingService.GetCompatibleCollectors(String) Method

Definition

Enumerates all the Script Collectors that are compatible with the content type.

public:
 System::Collections::Generic::IEnumerable<Microsoft::SqlServer::Management::Scripting::IScriptCollectorInfo ^> ^ GetCompatibleCollectors(System::String ^ contentType);
public System.Collections.Generic.IEnumerable<Microsoft.SqlServer.Management.Scripting.IScriptCollectorInfo> GetCompatibleCollectors (string contentType);
abstract member GetCompatibleCollectors : string -> seq<Microsoft.SqlServer.Management.Scripting.IScriptCollectorInfo>
Public Function GetCompatibleCollectors (contentType As String) As IEnumerable(Of IScriptCollectorInfo)

Parameters

contentType
String

A String string that represents the type of content to be listed in the script.

Returns

The possible script collectors that compatible with the content type.

Applies to