Propriedade do RDL Category
Gets the localized category string for the property. 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 Overrides ReadOnly Property Category As String
Get
'Uso
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
Valor da propriedade
Tipo: System. . :: . .String
The localized category string for the property.
Consulte também