Proprietà IWmiDataReaderTask.WmiConnection

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets or sets the name of the WMI connection associated with task.

Spazio dei nomi  Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask
Assembly:  Microsoft.SqlServer.WMIDRTask (in Microsoft.SqlServer.WMIDRTask.dll)

Sintassi

'Dichiarazione
Property WmiConnection As String 
    Get 
    Set
'Utilizzo
Dim instance As IWmiDataReaderTask 
Dim value As String 

value = instance.WmiConnection

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

Valore proprietà

Tipo: System.String
The name of the WMI connection associated with task.

Vedere anche

Riferimento

IWmiDataReaderTask Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask