LogFile.ID Property
Gets the ID value that uniquely identifies the log file.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
'Declaration
Public ReadOnly Property ID As Integer
public int ID { get; }
public:
property int ID {
int get ();
}
/** @property */
public int get_ID ()
public function get ID () : int
An Int32 value that specifies the ID value that uniquely identifies the log file.
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
How to: Create, Alter, and Remove a Log File in Visual Basic .NET
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
LogFile Class
LogFile Members
Microsoft.SqlServer.Management.Smo Namespace
Using Filegroups and Files to Store Data
CREATE DATABASE (Transact-SQL)