Méthode EnumObject.GetAliasPropertyName
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
Protected Friend Function GetAliasPropertyName ( _
prop As String _
) As String
'Utilisation
Dim prop As String
Dim returnValue As String
returnValue = Me.GetAliasPropertyName(prop)
protected internal string GetAliasPropertyName(
string prop
)
protected public:
String^ GetAliasPropertyName(
String^ prop
)
member GetAliasPropertyName :
prop:string -> string
function GetAliasPropertyName(
prop : String
) : String
Paramètres
- prop
Type : System.String
The property of the object.
Valeur de retour
Type : System.String
A string that represents the property name of the object.