ReportingOptions 建構函式

定義

多載

ReportingOptions()
ReportingOptions(ReportingOptions)
ReportingOptions(Boolean, Boolean, Boolean, Boolean, String, String, Boolean, String)

ReportingOptions()

public:
 ReportingOptions();
public ReportingOptions ();
Public Sub New ()

適用於

ReportingOptions(ReportingOptions)

public:
 ReportingOptions(Microsoft::SqlServer::Management::DatabaseMaintenance::ReportingOptions ^ ro);
public ReportingOptions (Microsoft.SqlServer.Management.DatabaseMaintenance.ReportingOptions ro);
Public Sub New (ro As ReportingOptions)

參數

適用於

ReportingOptions(Boolean, Boolean, Boolean, Boolean, String, String, Boolean, String)

public:
 ReportingOptions(bool generateTextFileReport, bool createNewFile, bool sendEmail, bool logExtendedInfo, System::String ^ reportPath, System::String ^ agentOperator, bool logRemote, System::String ^ remoteConnectionName);
public ReportingOptions (bool generateTextFileReport, bool createNewFile, bool sendEmail, bool logExtendedInfo, string reportPath, string agentOperator, bool logRemote, string remoteConnectionName);
Public Sub New (generateTextFileReport As Boolean, createNewFile As Boolean, sendEmail As Boolean, logExtendedInfo As Boolean, reportPath As String, agentOperator As String, logRemote As Boolean, remoteConnectionName As String)

參數

generateTextFileReport
Boolean
createNewFile
Boolean
sendEmail
Boolean
logExtendedInfo
Boolean
reportPath
String
agentOperator
String
logRemote
Boolean
remoteConnectionName
String

適用於