IWmiDataReaderTask.WmiConnection Propiedad
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Gets or sets the name of the WMI connection associated with task.
Espacio de nombres: Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask
Ensamblado: Microsoft.SqlServer.WMIDRTask (en Microsoft.SqlServer.WMIDRTask.dll)
Sintaxis
'Declaración
Property WmiConnection As String
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System.String
The name of the WMI connection associated with task.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask