Metodo OpenWriter(T)
Opens a writer of the specified type that can be used to access the stored scripts. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Function OpenWriter(Of T) As T
'Utilizzo
Dim instance As ISfcScriptCollector
Dim returnValue As T
returnValue = instance.OpenWriter()
T OpenWriter<T>()
generic<typename T>
T OpenWriter()
abstract OpenWriter : unit -> 'T
JScript non supporta i metodi e i tipi generici.
Parametri di tipo
- T
The type of the writer.
Valore restituito
Tipo: T
A writer of the specified type.
Vedere anche