Свойство UrnProperties
Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Public Property UrnProperties As ObjectProperty()
Get
Set
'Применение
Dim instance As ObjectInfo
Dim value As ObjectProperty()
value = instance.UrnProperties
instance.UrnProperties = value
public ObjectProperty[] UrnProperties { get; set; }
public:
property array<ObjectProperty^>^ UrnProperties {
array<ObjectProperty^>^ get ();
void set (array<ObjectProperty^>^ value);
}
member UrnProperties : ObjectProperty[] with get, set
function get UrnProperties () : ObjectProperty[]
function set UrnProperties (value : ObjectProperty[])
Значение свойства
Тип: array<Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .ObjectProperty> [] () [] []
The list of the properties that make up the URN (Uniform Resource Name).