Freigeben über


ISfcScriptCollector-Schnittstelle

Collects and stores scripts. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Interface ISfcScriptCollector
'Usage
Dim instance As ISfcScriptCollector
public interface ISfcScriptCollector
public interface class ISfcScriptCollector
type ISfcScriptCollector =  interface end
public interface ISfcScriptCollector

Methoden

  Name Beschreibung
Öffentliche Methode OpenWriter<T>() Opens a writer of the specified type that can be used to access the stored scripts. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
Öffentliche Methode OpenWriter<T>(Boolean) Opens or reopens a writer of the specified type that can be used to access the stored scripts. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

Zum Anfang

Siehe auch

Verweis

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace