EnumObject.GetUrnProperties Method

Definition

until we have a formal way so that each object declares which properties it uses for urn try this best guess aproach

public Microsoft.SqlServer.Management.Sdk.Sfc.ObjectProperty[] GetUrnProperties ();
member this.GetUrnProperties : unit -> Microsoft.SqlServer.Management.Sdk.Sfc.ObjectProperty[]
Public Function GetUrnProperties () As ObjectProperty()

Returns

array of properties that are used in the Urn

Applies to