Compartir a través de


Interfaz IServer

Represents an 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 IServer _
    Inherits IDatabaseObject, IMetadataObject
'Uso
Dim instance As IServer
public interface IServer : IDatabaseObject, 
    IMetadataObject
public interface class IServer : IDatabaseObject, 
    IMetadataObject
type IServer =  
    interface
        interface IDatabaseObject
        interface IMetadataObject
    end
public interface IServer extends IDatabaseObject, IMetadataObject

El tipo IServer expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública CollationInfo Gets the CollationInfo object that represents the server collation.
Propiedad pública Credentials Gets the collection of server credentials.
Propiedad pública Databases Gets the collection of databases on the server.
Propiedad pública IsSystemObject Gets a value that indicates whether this is a system object. (Se hereda de IDatabaseObject.)
Propiedad pública Logins Gets the collection of server logins.
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.

Arriba