ITaskFormFactoryService.TaskForms Proprietà

Definizione

Ottiene la raccolta di informazioni dal form attività.

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)

Valore della proprietà

Informazioni sulla raccolta dal form attività dell'oggetto.

Si applica a