Champ ddl
Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.
Espace de noms : Microsoft.DataTransformationServices.Tasks.DTSProcessingTask
Assembly : Microsoft.SqlServer.ASTasks (en Microsoft.SqlServer.ASTasks.dll)
Syntaxe
'Déclaration
Protected ddl As String
'Utilisation
Dim value As String
value = Me.ddl
Me.ddl = value
protected string ddl
protected:
String^ ddl
val mutable ddl: string
protected var ddl : String