ExternalRoleMember.Type Property

 

Applies To: SQL Server (starting with 2016)

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

Syntax

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

Property Value

Type: Microsoft.AnalysisServices.ExternalUserType

See Also

ExternalRoleMember Class
Microsoft.AnalysisServices Namespace

Return to top