Свойство Urn
Gets the Uniform Resource Name (URN) address that represents the Windows Management Instrumentation (WMI) object.
Пространство имен: Microsoft.SqlServer.Management.Smo.Wmi
Сборка: Microsoft.SqlServer.SqlWmiManagement (в Microsoft.SqlServer.SqlWmiManagement.dll)
Синтаксис
'Декларация
Public Overridable ReadOnly Property Urn As Urn
Get
'Применение
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
Значение свойства
Тип: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .Urn
A Urn object value that specifies the WMI object.
См. также