Compartir a través de


ManagedComputer.GetSmoObject Método

Gets the WmiSmoObject object with the specified Uniform Resource Name (URN) address.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo.Wmi
Ensamblado:  Microsoft.SqlServer.SqlWmiManagement (en Microsoft.SqlServer.SqlWmiManagement.dll)

Sintaxis

'Declaración
Public Function GetSmoObject ( _
    urn As Urn _
) As WmiSmoObject
'Uso
Dim instance As ManagedComputer 
Dim urn As Urn 
Dim returnValue As WmiSmoObject 

returnValue = instance.GetSmoObject(urn)
public WmiSmoObject GetSmoObject(
    Urn urn
)
public:
WmiSmoObject^ GetSmoObject(
    Urn^ urn
)
member GetSmoObject : 
        urn:Urn -> WmiSmoObject
public function GetSmoObject(
    urn : Urn
) : WmiSmoObject

Parámetros

Valor devuelto

Tipo: Microsoft.SqlServer.Management.Smo.Wmi.WmiSmoObject
A WmiSmoObject object that represents the object with the specified URN address.

Ejemplos

Administrar servicios y configuración de red utilizando el proveedor WMI

Vea también

Referencia

ManagedComputer Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo.Wmi

Otros recursos

Conectar al Motor de base de datos de SQL Server