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