Condividi tramite


Interfaccia IMutableUser

Represents a mutable SQL Server user.

Spazio dei nomi  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Sintassi

'Dichiarazione
Public Interface IMutableUser _
    Inherits IUser, IMutableDatabasePrincipal, IDatabasePrincipal, IMutableDatabaseOwnedObject,  _
    IDatabaseOwnedObject, IMutableDatabaseObject, IDatabaseObject, IMutableMetadataObject, IMetadataObject
'Utilizzo
Dim instance As IMutableUser
public interface IMutableUser : IUser, 
    IMutableDatabasePrincipal, IDatabasePrincipal, IMutableDatabaseOwnedObject, IDatabaseOwnedObject, IMutableDatabaseObject, 
    IDatabaseObject, IMutableMetadataObject, IMetadataObject
public interface class IMutableUser : IUser, 
    IMutableDatabasePrincipal, IDatabasePrincipal, IMutableDatabaseOwnedObject, IDatabaseOwnedObject, IMutableDatabaseObject, 
    IDatabaseObject, IMutableMetadataObject, IMetadataObject
type IMutableUser =  
    interface
        interface IUser
        interface IMutableDatabasePrincipal
        interface IDatabasePrincipal
        interface IMutableDatabaseOwnedObject
        interface IDatabaseOwnedObject
        interface IMutableDatabaseObject
        interface IDatabaseObject
        interface IMutableMetadataObject
        interface IMetadataObject
    end
public interface IMutableUser extends IUser, IMutableDatabasePrincipal, IDatabasePrincipal, IMutableDatabaseOwnedObject, IDatabaseOwnedObject, IMutableDatabaseObject, IDatabaseObject, IMutableMetadataObject, IMetadataObject

Nel tipo IMutableUser sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica AsymmetricKey Gets or sets the IAsymmetricKey object that is associated with the user.
Proprietà pubblica AsymmetricKey Gets the IAsymmetricKey object that is associated with the user. Ereditato da IUser.
Proprietà pubblica Certificate Gets or sets the ICertificate object that is associated with the user.
Proprietà pubblica Certificate Gets the ICertificate object that is associated with the user. Ereditato da IUser.
Proprietà pubblica Database Gets the IDatabase object that owns this object. Ereditato da IDatabaseOwnedObject.
Proprietà pubblica DefaultSchema Gets or sets an ISchema object that specifies the default schema for the user.
Proprietà pubblica DefaultSchema Gets an ISchema object that specifies the default schema for the user. Ereditato da IUser.
Proprietà pubblica IsSystemObject Gets a value that indicates whether this is a system object. Ereditato da IDatabaseObject.
Proprietà pubblica IsSystemObject Gets or sets a value that indicates whether this is a system object. Ereditato da IMutableDatabaseObject.
Proprietà pubblica Login Gets or sets an ILogin object that specifies the login for the user.
Proprietà pubblica Login Gets an ILogin object that specifies the login for the user. Ereditato da IUser.
Proprietà pubblica Name Gets the name of the metadata object. Ereditato da IMetadataObject.
Proprietà pubblica Parent Gets the IDatabaseObject object that is the parent of this object. Ereditato da IDatabaseObject.
Proprietà pubblica UserType Gets the type of the user. Ereditato da IUser.

In alto