LogFile 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
| 名稱 | Description |
|---|---|
| LogFile() | |
| LogFile(Database, String) | |
| LogFile(Database, String, String) |
LogFile()
public LogFile();
Public Sub New ()
適用於
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)
參數
- database
- Database
- name
- String
適用於
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)
參數
- database
- Database
- name
- String
- fileName
- String