Partager via


Propriété WmiSmoObject.Urn

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

Espace de noms :  Microsoft.SqlServer.Management.Smo.Wmi
Assembly :  Microsoft.SqlServer.SqlWmiManagement (en Microsoft.SqlServer.SqlWmiManagement.dll)

Syntaxe

'Déclaration
Public Overridable ReadOnly Property Urn As Urn 
    Get
'Utilisation
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

Valeur de propriété

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

Exemples

Gestion des services et des paramètres réseau à l'aide du fournisseur WMI

Voir aussi

Référence

WmiSmoObject Classe

Espace de noms Microsoft.SqlServer.Management.Smo.Wmi

Autres ressources

WMI and SQL Server

Connexion au moteur de base de données SQL Server