Interfaz ISfcScriptCollector
Collects and stores scripts. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Public Interface ISfcScriptCollector
'Uso
Dim instance As ISfcScriptCollector
public interface ISfcScriptCollector
public interface class ISfcScriptCollector
type ISfcScriptCollector = interface end
public interface ISfcScriptCollector
Métodos
Nombre | Descripción | |
---|---|---|
OpenWriter<T>() | Opens a writer of the specified type that can be used to access the stored scripts. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. | |
OpenWriter<T>(Boolean) | Opens or reopens a writer of the specified type that can be used to access the stored scripts. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. |
Arriba