DtsVariableName propriété
Cette API prend en charge l'infrastructure .NET Framework 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 (dans Microsoft.SqlServer.SQLTask.dll)
Syntaxe
'Déclaration
Property DtsVariableName As String
Get
Set
'Utilisation
Dim instance As IDTSResultBinding
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 la propriété
Type : System. . :: . .String