Propriété DtsVariableName
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.SqlServer.Dts.Tasks.ExecuteSQLTask
Assembly : Microsoft.SqlServer.SQLTask (en Microsoft.SqlServer.SQLTask.dll)
Syntaxe
'Déclaration
Property DtsVariableName As String
Get
Set
'Utilisation
Dim instance As IDTSParameterBinding
Dim value As String
value = instance.DtsVariableName
instance.DtsVariableName = value
string DtsVariableName { get; set; }
property String^ DtsVariableName {
String^ get ();
void set (String^ value);
}
abstract DtsVariableName : string with get, set
function get DtsVariableName () : String
function set DtsVariableName (value : String)
Valeur de propriété
Type : System. . :: . .String