EnumObject.GetUrnProperties Method
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 Function GetUrnProperties As ObjectProperty()
'Usage
Dim instance As EnumObject
Dim returnValue As ObjectProperty()
returnValue = instance.GetUrnProperties()
public ObjectProperty[] GetUrnProperties()
public:
array<ObjectProperty^>^ GetUrnProperties()
member GetUrnProperties : unit -> ObjectProperty[]
public function GetUrnProperties() : ObjectProperty[]
Return Value
Type: array<Microsoft.SqlServer.Management.Sdk.Sfc.ObjectProperty[]
An array of properties that are used in the unified resource name.