Freigeben über


DisplayCategoryKeyAttribute.Key-Eigenschaft

Gets the key that is used to look up the localized property category. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

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 DisplayCategoryKeyAttribute 
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

Eigenschaftswert

Typ: System.String
The key that is used to look up the localized property category.

Siehe auch

Verweis

DisplayCategoryKeyAttribute Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace