ASExecuteDDLTask.TaskDisplayName Proprietà

Definizione

Ottiene il nome univoco per l'attività Esegui DDL Analysis Services.

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

Valore della proprietà

String

Nome univoco per l'attività Esegui DDL Analysis Services.

Attributi

Esempio

Nell'esempio di codice seguente vengono visualizzate le informazioni relative a utilizzando ASExecuteDDLTask le TaskDisplayName TaskDescription proprietà e.

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)  

Commenti

Nome visualizzato localizzabile dell'attività.

Si applica a