Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the LogFileAdapter class for the specified log file.
Namespace: Microsoft.SqlServer.Management.Utility
Assembly: Microsoft.SqlServer.Management.Utility (in Microsoft.SqlServer.Management.Utility.dll)
Syntax
'Declaration
Public Sub New ( _
file As LogFile _
)
'Usage
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
)
Parameters
- file
Type: Microsoft.SqlServer.Management.Smo.LogFile
A LogFile value that specifies the log file that will be associated with the adapter.