Freigeben über


LocalizablePropertyDescriptor.Category-Eigenschaft

Gets the localized category string for the property. 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 Overrides ReadOnly Property Category As String 
    Get
'Usage
Dim instance As LocalizablePropertyDescriptor 
Dim value As String 

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

Eigenschaftswert

Typ: System.String
The localized category string for the property.

Siehe auch

Verweis

LocalizablePropertyDescriptor Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace