ServerProperty.Type Property

 

Applies To: SQL Server (starting with 2016)

Gets or sets the type associated with a ServerProperty object.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

Syntax

public string Type { get; set; }
public:
property String^ Type {
    String^ get();
    void set(String^ value);
}
member Type : string with get, set
Public Property Type As String

Property Value

Type: System.String

A String that contains the type.

See Also

ServerProperty Class
Microsoft.AnalysisServices Namespace

Return to top