Share via


EnumObject.GetAliasPropertyName 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
Protected Friend Function GetAliasPropertyName ( _
    prop As String _
) As String
'Usage
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

Parameters

Return Value

Type: System.String
A string that represents the property name of the object.