Sdílet prostřednictvím


DisplayDescriptionKeyAttribute.Key Property

Gets the key that is used to look up a localized property description. 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
Public ReadOnly Property Key As String
    Get
'Usage
Dim instance As DisplayDescriptionKeyAttribute
Dim value As String

value = instance.Key
public string Key { get; }
public:
virtual property String^ Key {
    String^ get () sealed;
}
abstract Key : string
override Key : string
final function get Key () : String

Property Value

Type: System.String
The key that is used to look up a localized property description.