Partilhar via


Método GetDefaultKey (Type)

Gets the default key using the specified Type 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 ( _
    type As Type _
) As String
'Uso
Dim instance As DisplayDescriptionKeyAttribute
Dim type As Type
Dim returnValue As String

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

Parâmetros

Valor de retorno

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