IScriptCollectorInfo.CreateScriptCollector(String, IContext) 메서드

정의

스크립트 수집기의 인스턴스를 만듭니다.

public:
 System::Object ^ CreateScriptCollector(System::String ^ scriptType, Microsoft::SqlServer::Management::Data::IContext ^ context);
public object CreateScriptCollector (string scriptType, Microsoft.SqlServer.Management.Data.IContext context);
abstract member CreateScriptCollector : string * Microsoft.SqlServer.Management.Data.IContext -> obj
Public Function CreateScriptCollector (scriptType As String, context As IContext) As Object

매개 변수

scriptType
String

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

context
IContext

스크립트의 컨텍스트를 표시하는 IContext 인터페이스입니다.

반환

스크립트 수집기의 인스턴스를 만드는 개체입니다.

적용 대상