Compartir a través de


Interfaz IMutableServer

Represents a mutable instance of SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado:  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Sintaxis

'Declaración
Public Interface IMutableServer _
    Inherits IServer, IMutableDatabaseObject, IDatabaseObject, IMutableMetadataObject,  _
    IMetadataObject
'Uso
Dim instance As IMutableServer
public interface IMutableServer : IServer, 
    IMutableDatabaseObject, IDatabaseObject, IMutableMetadataObject, IMetadataObject
public interface class IMutableServer : IServer, 
    IMutableDatabaseObject, IDatabaseObject, IMutableMetadataObject, IMetadataObject
type IMutableServer =  
    interface
        interface IServer
        interface IMutableDatabaseObject
        interface IDatabaseObject
        interface IMutableMetadataObject
        interface IMetadataObject
    end
public interface IMutableServer extends IServer, IMutableDatabaseObject, IDatabaseObject, IMutableMetadataObject, IMetadataObject

El tipo IMutableServer expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública CollationInfo Gets the CollationInfo object that represents the server collation. (Se hereda de IServer.)
Propiedad pública Credentials Gets the collection of server credentials.
Propiedad pública Credentials Gets the collection of server credentials. (Se hereda de IServer.)
Propiedad pública Databases Gets the collection of databases on the server.
Propiedad pública Databases Gets the collection of databases on the server. (Se hereda de IServer.)
Propiedad pública IsSystemObject Gets a value that indicates whether this is a system object. (Se hereda de IDatabaseObject.)
Propiedad pública IsSystemObject Gets or sets a value that indicates whether this is a system object. (Se hereda de IMutableDatabaseObject.)
Propiedad pública Logins Gets the collection of server logins.
Propiedad pública Logins Gets the collection of server logins. (Se hereda de IServer.)
Propiedad pública Name Gets the name of the metadata object. (Se hereda de IMetadataObject.)
Propiedad pública Parent Gets the IDatabaseObject object that is the parent of this object. (Se hereda de IDatabaseObject.)
Propiedad pública Triggers Gets the collection of server DDL triggers.
Propiedad pública Triggers Gets the collection of server DDL triggers. (Se hereda de IServer.)

Arriba