ISqlServerRoleMembership.Role Property
Gets or sets the role.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property Role As ISqlServerRole
ISqlServerRole Role { get; set; }
property ISqlServerRole^ Role {
ISqlServerRole^ get ();
void set (ISqlServerRole^ value);
}
abstract Role : ISqlServerRole with get, set
function get Role () : ISqlServerRole
function set Role (value : ISqlServerRole)
Property Value
Type: Microsoft.Data.Schema.Sql.SchemaModel.ISqlServerRole
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.