ISql80User.Role Property

Gets or sets the role to which this user belongs.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property Role As ISql80Role
ISql80Role Role { get; set; }
property ISql80Role^ Role {
    ISql80Role^ get ();
    void set (ISql80Role^ value);
}
abstract Role : ISql80Role with get, set
function get Role () : ISql80Role
function set Role (value : ISql80Role)

Property Value

Type: Microsoft.Data.Schema.Sql.SchemaModel.ISql80Role

.NET Framework Security

See Also

Reference

ISql80User Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace