Partager via


WqlQuerySource 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.WmiDataReaderTask
Assembly :  Microsoft.SqlServer.WMIDRTask (dans Microsoft.SqlServer.WMIDRTask.dll)

Syntaxe

'Déclaration
Property WqlQuerySource As String
    Get
    Set
'Utilisation
Dim instance As IWmiDataReaderTask
Dim value As String

value = instance.WqlQuerySource

instance.WqlQuerySource = value
string WqlQuerySource { get; set; }
property String^ WqlQuerySource {
    String^ get ();
    void set (String^ value);
}
abstract WqlQuerySource : string with get, set
function get WqlQuerySource () : String
function set WqlQuerySource (value : String)

Valeur de la propriété

Type : System. . :: . .String