IScriptingService.GetCompatibleCollectors(String) 메서드

정의

내용 유형과 호환되는 모든 스크립트 수집기를 열거합니다.

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)

매개 변수

contentType
String

스크립트에 나열할 내용 유형을 나타내는 String 문자열입니다.

반환

내용 유형과 호환되는 모든 스크립트 수집기입니다.

적용 대상