Méthode EnumObject.GetUrnProperties

Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Function GetUrnProperties As ObjectProperty()
'Utilisation
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[]

Valeur de retour

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

Voir aussi

Référence

EnumObject Classe

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc