ObjectInfo.UrnProperties Property
Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Property UrnProperties As ObjectProperty()
Get
Set
'Usage
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[])
Property Value
Type: array<Microsoft.SqlServer.Management.Sdk.Sfc.ObjectProperty[]
The list of the properties that make up the URN (Uniform Resource Name).