LogFile Constructors

Definition

Overloads

LogFile()
LogFile(Database, String)
LogFile(Database, String, String)

LogFile()

public LogFile ();
Public Sub New ()

Applies to

LogFile(Database, String)

public LogFile (Microsoft.SqlServer.Management.Smo.Database database, string name);
new Microsoft.SqlServer.Management.Smo.LogFile : Microsoft.SqlServer.Management.Smo.Database * string -> Microsoft.SqlServer.Management.Smo.LogFile
Public Sub New (database As Database, name As String)

Parameters

database
Database
name
String

Applies to

LogFile(Database, String, String)

public LogFile (Microsoft.SqlServer.Management.Smo.Database database, string name, string fileName);
new Microsoft.SqlServer.Management.Smo.LogFile : Microsoft.SqlServer.Management.Smo.Database * string * string -> Microsoft.SqlServer.Management.Smo.LogFile
Public Sub New (database As Database, name As String, fileName As String)

Parameters

database
Database
name
String
fileName
String

Applies to