Proprietà WmiSmoObject.Urn

Gets the Uniform Resource Name (URN) address that represents the Windows Management Instrumentation (WMI) object.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo.Wmi
Assembly:  Microsoft.SqlServer.SqlWmiManagement (in Microsoft.SqlServer.SqlWmiManagement.dll)

Sintassi

'Dichiarazione
Public Overridable ReadOnly Property Urn As Urn 
    Get
'Utilizzo
Dim instance As WmiSmoObject 
Dim value As Urn 

value = instance.Urn
public virtual Urn Urn { get; }
public:
virtual property Urn^ Urn {
    Urn^ get ();
}
abstract Urn : Urn 
override Urn : Urn
function get Urn () : Urn

Valore proprietà

Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.Urn
A Urn object value that specifies the WMI object.

Esempi

Gestione di servizi e di impostazioni di rete tramite il provider WMI

Vedere anche

Riferimento

WmiSmoObject Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo.Wmi

Altre risorse

WMI and SQL Server

Connessione al Motore di database di SQL Server