Metodo EnumObject.GetUrnProperties

Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public Function GetUrnProperties As ObjectProperty()
'Utilizzo
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[]

Valore restituito

Tipo: array<Microsoft.SqlServer.Management.Sdk.Sfc.ObjectProperty[]
An array of properties that are used in the unified resource name.

Vedere anche

Riferimento

EnumObject Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc