Interface ISfcScriptCollector
Collects and stores scripts. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public Interface ISfcScriptCollector
'Utilisation
Dim instance As ISfcScriptCollector
public interface ISfcScriptCollector
public interface class ISfcScriptCollector
type ISfcScriptCollector = interface end
public interface ISfcScriptCollector
Méthodes
Nom | Description | |
---|---|---|
OpenWriter<T>() | Opens a writer of the specified type that can be used to access the stored scripts. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. | |
OpenWriter<T>(Boolean) | Opens or reopens a writer of the specified type that can be used to access the stored scripts. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. |
Haut de la page