Метод OpenWriter(T) (Boolean)
Opens or reopens a writer of the specified type that can be used to access the stored scripts. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Function OpenWriter(Of T) ( _
append As Boolean _
) As T
'Применение
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 не поддерживает стандартные типы и методы.
Параметры типа
- T
The type of the writer.
Параметры
- append
Тип: System. . :: . .Boolean
true to reuse a previous writer of the same type; otherwise, false.
Возвращаемое значение
Тип: T
A writer of the specified type.