Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the category associated with a ServerProperty object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property Category As ServerPropertyCategory
Get
Set
'Usage
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)
Property Value
Type: Microsoft.AnalysisServices.ServerPropertyCategory
The ServerPropertyCategory object.