Свойство Urn
Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. Gets or sets the Uniform Resource Name (URN) that this object has a list of dependencies for.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Public Property Urn As Urn
Get
Set
'Применение
Dim instance As Dependency
Dim value As Urn
value = instance.Urn
instance.Urn = value
public Urn Urn { get; set; }
public:
property Urn^ Urn {
Urn^ get ();
void set (Urn^ value);
}
member Urn : Urn with get, set
function get Urn () : Urn
function set Urn (value : Urn)
Значение свойства
Тип: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .Urn
The URN that this object has a list of dependencies for.