IScriptingSession Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Libère les ressources allouées dans la session de script.
public interface class IScriptingSession : IDisposable, Microsoft::SqlServer::Management::Sdk::Sfc::ISfcScriptCollector
public interface IScriptingSession : IDisposable, Microsoft.SqlServer.Management.Sdk.Sfc.ISfcScriptCollector
type IScriptingSession = interface
interface ISfcScriptCollector
interface IDisposable
Public Interface IScriptingSession
Implements IDisposable, ISfcScriptCollector
- Implémente
Méthodes
| OpenWriter<T>() |
Ouvre un enregistreur du type spécifié qui peut être utilisé pour accéder aux scripts stockés. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (Hérité de ISfcScriptCollector) |
| OpenWriter<T>(Boolean) |
Ouvre ou rouvre un enregistreur du type spécifié qui peut être utilisé pour accéder aux scripts stockés. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (Hérité de ISfcScriptCollector) |