Partager via


Interface IMutableDatabaseRole

Represents a mutable SQL Server database security role.

Espace de noms :  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly :  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Syntaxe

'Déclaration
Public Interface IMutableDatabaseRole _
    Inherits IDatabaseRole, IMutableDatabasePrincipal, IDatabasePrincipal, IMutableDatabaseOwnedObject,  _
    IDatabaseOwnedObject, IMutableDatabaseObject, IDatabaseObject, IMutableMetadataObject, IMetadataObject
'Utilisation
Dim instance As IMutableDatabaseRole
public interface IMutableDatabaseRole : IDatabaseRole, 
    IMutableDatabasePrincipal, IDatabasePrincipal, IMutableDatabaseOwnedObject, IDatabaseOwnedObject, IMutableDatabaseObject, 
    IDatabaseObject, IMutableMetadataObject, IMetadataObject
public interface class IMutableDatabaseRole : IDatabaseRole, 
    IMutableDatabasePrincipal, IDatabasePrincipal, IMutableDatabaseOwnedObject, IDatabaseOwnedObject, IMutableDatabaseObject, 
    IDatabaseObject, IMutableMetadataObject, IMetadataObject
type IMutableDatabaseRole =  
    interface
        interface IDatabaseRole
        interface IMutableDatabasePrincipal
        interface IDatabasePrincipal
        interface IMutableDatabaseOwnedObject
        interface IDatabaseOwnedObject
        interface IMutableDatabaseObject
        interface IDatabaseObject
        interface IMutableMetadataObject
        interface IMetadataObject
    end
public interface IMutableDatabaseRole extends IDatabaseRole, IMutableDatabasePrincipal, IDatabasePrincipal, IMutableDatabaseOwnedObject, IDatabaseOwnedObject, IMutableDatabaseObject, IDatabaseObject, IMutableMetadataObject, IMetadataObject

Le type IMutableDatabaseRole expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Database Gets the IDatabase object that owns this object. (hérité de IDatabaseOwnedObject.)
Propriété publique IsFixedRole Gets a value that indicates whether the database role is a fixed role or a user-defined role. (hérité de IDatabaseRole.)
Propriété publique IsFixedRole Gets or sets a value that indicates whether the database role is a fixed role or a user-defined role.
Propriété publique IsSystemObject Gets a value that indicates whether this is a system object. (hérité de IDatabaseObject.)
Propriété publique IsSystemObject Gets or sets a value that indicates whether this is a system object. (hérité de IMutableDatabaseObject.)
Propriété publique Name Gets the name of the metadata object. (hérité de IMetadataObject.)
Propriété publique Owner Gets the IDatabasePrincipal object that represents the owner of the database role. (hérité de IDatabaseRole.)
Propriété publique Owner Gets or sets the IDatabasePrincipal object that represents the owner of the database role.
Propriété publique Parent Gets the IDatabaseObject object that is the parent of this object. (hérité de IDatabaseObject.)

Haut de la page