ISfcScriptCollector 接口

Collects and stores scripts. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

命名空间:  Microsoft.SqlServer.Management.Sdk.Sfc
程序集:  Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

语法

声明
Public Interface ISfcScriptCollector
用法
Dim instance As ISfcScriptCollector
public interface ISfcScriptCollector
public interface class ISfcScriptCollector
type ISfcScriptCollector =  interface end
public interface ISfcScriptCollector

方法

  名称 说明
公共方法 OpenWriter< (Of < <' (T> ) > > )() () () () Opens a writer of the specified type that can be used to access the stored scripts. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
公共方法 OpenWriter< (Of < <' (T> ) > > )(Boolean) Opens or reopens a writer of the specified type that can be used to access the stored scripts. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

页首