ISfcScriptCollector.OpenWriter<T> Método (Boolean)
Opens or reopens a writer of the specified type that can be used to access the stored scripts. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
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 no admite tipos y 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 devuelto
Tipo: T
A writer of the specified type.