Partilhar via


Método DisplayDescriptionKeyAttribute.GetDefaultKey (PropertyInfo)

Gets the default key using the specified PropertyInfo object. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Public Function GetDefaultKey ( _
    property As PropertyInfo _
) As String
'Uso
Dim instance As DisplayDescriptionKeyAttribute 
Dim property As PropertyInfo 
Dim returnValue As String 

returnValue = instance.GetDefaultKey(property)
public string GetDefaultKey(
    PropertyInfo property
)
public:
virtual String^ GetDefaultKey(
    PropertyInfo^ property
) sealed
abstract GetDefaultKey : 
        property:PropertyInfo -> string  
override GetDefaultKey : 
        property:PropertyInfo -> string
public final function GetDefaultKey(
    property : PropertyInfo
) : String

Parâmetros

Valor de retorno

Tipo: System.String
The key that is used to look up a localized property description in a default resource file.

Consulte também

Referência

DisplayDescriptionKeyAttribute Classe

Sobrecarregado GetDefaultKey

Namespace Microsoft.SqlServer.Management.Sdk.Sfc