OpenWriter(T)-Methode
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.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Function OpenWriter(Of T) As T
'Usage
Dim instance As ISfcScriptCollector
Dim returnValue As T
returnValue = instance.OpenWriter()
T OpenWriter<T>()
generic<typename T>
T OpenWriter()
abstract OpenWriter : unit -> 'T
JScript bietet keine Unterstützung für die Verwendung generischer Typen und Methoden.
Typparameter
- T
The type of the writer.
Rückgabewert
Typ: T
A writer of the specified type.