Compartilhar via


ITaskFormFactoryService.TaskForms Propriedade

Definição

Obtém a coleção de informações do formulário de tarefa.

public:
 property System::Collections::Generic::IDictionary<System::String ^, Microsoft::SqlServer::Management::TaskForms::ITaskFormInfo ^> ^ TaskForms { System::Collections::Generic::IDictionary<System::String ^, Microsoft::SqlServer::Management::TaskForms::ITaskFormInfo ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,Microsoft.SqlServer.Management.TaskForms.ITaskFormInfo> TaskForms { get; }
member this.TaskForms : System.Collections.Generic.IDictionary<string, Microsoft.SqlServer.Management.TaskForms.ITaskFormInfo>
Public ReadOnly Property TaskForms As IDictionary(Of String, ITaskFormInfo)

Valor da propriedade

A coleção de informações do formulário de tarefa de objeto.

Aplica-se a