Propriété IDTSContainer100.DelayValidation
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Gets or sets a value that indicates whether validation of the task is delayed until run time.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
Property DelayValidation As Boolean
Get
Set
'Utilisation
Dim instance As IDTSContainer100
Dim value As Boolean
value = instance.DelayValidation
instance.DelayValidation = value
bool DelayValidation { get; set; }
property bool DelayValidation {
bool get ();
void set (bool value);
}
abstract DelayValidation : bool with get, set
function get DelayValidation () : boolean
function set DelayValidation (value : boolean)
Valeur de propriété
Type : System.Boolean
true if the validation of the task is delayed until run time; otherwise, false.
Notes
For more information, see DtsContainer.