ITaskValidationManager.Validators 属性

定义

获取验证器组件的集合。

public:
 property System::Collections::Generic::IList<Microsoft::SqlServer::Management::TaskForms::ITaskValidator ^> ^ Validators { System::Collections::Generic::IList<Microsoft::SqlServer::Management::TaskForms::ITaskValidator ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.SqlServer.Management.TaskForms.ITaskValidator> Validators { get; }
member this.Validators : System.Collections.Generic.IList<Microsoft.SqlServer.Management.TaskForms.ITaskValidator>
Public ReadOnly Property Validators As IList(Of ITaskValidator)

属性值

IList<ITaskValidator>

验证器组件的列表。

适用于