ASExecuteDDLTask.TaskDescription Properti

Definisi

Mendapatkan deskripsi tugas Analysis Services Execute DDL.

public:
 static property System::String ^ TaskDescription { System::String ^ get(); };
[System.ComponentModel.Browsable(false)]
public static string TaskDescription { get; }
[<System.ComponentModel.Browsable(false)>]
member this.TaskDescription : string
Public Shared ReadOnly Property TaskDescription As String

Nilai Properti

Deskripsi tugas DDL Eksekusi Analysis Services.

Atribut

Contoh

Sampel kode berikut menampilkan informasi tentang ASExecuteDDLTask dengan menggunakan TaskDisplayName properti dan TaskDescription .

string taskInfo;  
taskInfo = String.Format("{0}: {1}", thTask.Properties("TaskDisplayName").GetValue(thTask), thTask.Properties("TaskDescription").GetValue(thTask));  
MessageBox.Show(taskInfo, "Analysis Services Execute DDL Task", MessageBoxButtons.OK, MessageBoxIcon.Information);  
Dim taskInfo As String  
taskInfo = [String].Format("{0}: {1}", _  
  thTask.Properties("TaskDisplayName").GetValue(thTask), _  
  thTask.Properties("TaskDescription").GetValue(thTask))  
MessageBox.Show(taskInfo, "Analysis Services Execute DDL Task", _  
  MessageBoxButtons.OK, MessageBoxIcon.Information)  

Berlaku untuk