Método ISfcScriptCollector.OpenWriter<T> (Boolean)
Opens or reopens a writer of the specified type that can be used to access the stored scripts. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Function OpenWriter(Of T) ( _
append As Boolean _
) As T
'Uso
Dim instance As ISfcScriptCollector
Dim append As Boolean
Dim returnValue As T
returnValue = instance.OpenWriter(append)
T OpenWriter<T>(
bool append
)
generic<typename T>
T OpenWriter(
bool append
)
abstract OpenWriter :
append:bool -> 'T
JScript não dá suporte a tipos e métodos genéricos.
Parâmetros de tipo
- T
The type of the writer.
Parâmetros
- append
Tipo: System.Boolean
true to reuse a previous writer of the same type; otherwise, false.
Valor de retorno
Tipo: T
A writer of the specified type.