IScriptingService.GetCompatibleCollectors(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
列舉所有與該內容類型相容的劇本收集器。
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)
參數
傳回
可能的劇本收藏者與內容類型相容。