IDTSContainer100.DelayValidation Proprietà

Definizione

Ottiene o imposta un valore che indica se la convalida dell'attività viene posticipata fino alla fase di esecuzione.

public:
 property bool DelayValidation { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(30)]
public bool DelayValidation { [System.Runtime.InteropServices.DispId(30)] get; [System.Runtime.InteropServices.DispId(30)] set; }
[<System.Runtime.InteropServices.DispId(30)>]
[<get: System.Runtime.InteropServices.DispId(30)>]
[<set: System.Runtime.InteropServices.DispId(30)>]
member this.DelayValidation : bool with get, set
Public Property DelayValidation As Boolean

Valore della proprietà

Boolean

true se la convalida dell'attività viene posticipata fino alla fase di esecuzione. in caso contrario, false.

Attributi

Commenti

Per altre informazioni, vedere DtsContainer.

Si applica a