Partager via


Propriété ServerProperty.Category

Gets or sets the category associated with a ServerProperty object.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Property Category As ServerPropertyCategory 
    Get 
    Set
'Utilisation
Dim instance As ServerProperty 
Dim value As ServerPropertyCategory 

value = instance.Category

instance.Category = value
public ServerPropertyCategory Category { get; set; }
public:
property ServerPropertyCategory Category {
    ServerPropertyCategory get ();
    void set (ServerPropertyCategory value);
}
member Category : ServerPropertyCategory with get, set
function get Category () : ServerPropertyCategory 
function set Category (value : ServerPropertyCategory)

Valeur de propriété

Type : Microsoft.AnalysisServices.ServerPropertyCategory
The ServerPropertyCategory object.

Voir aussi

Référence

ServerProperty Classe

Espace de noms Microsoft.AnalysisServices