Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Initializes a new instance of the LogFileAdapter class for the specified log file.
Пространство имен: Microsoft.SqlServer.Management.Utility
Сборка: Microsoft.SqlServer.Management.Utility (в Microsoft.SqlServer.Management.Utility.dll)
Синтаксис
'Декларация
Public Sub New ( _
file As LogFile _
)
'Применение
Dim file As LogFile
Dim instance As New LogFileAdapter(file)
public LogFileAdapter(
LogFile file
)
public:
LogFileAdapter(
LogFile^ file
)
new :
file:LogFile -> LogFileAdapter
public function LogFileAdapter(
file : LogFile
)
Параметры
- file
Тип: Microsoft.SqlServer.Management.Smo.LogFile
A LogFile value that specifies the log file that will be associated with the adapter.