Condividi tramite


Interfaccia IMutableServer

Represents a mutable instance of SQL Server.

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

Sintassi

'Dichiarazione
Public Interface IMutableServer _
    Inherits IServer, IMutableDatabaseObject, IDatabaseObject, IMutableMetadataObject,  _
    IMetadataObject
'Utilizzo
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

Nel tipo IMutableServer sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica CollationInfo Gets the CollationInfo object that represents the server collation. Ereditato da IServer.
Proprietà pubblica Credentials Gets the collection of server credentials.
Proprietà pubblica Credentials Gets the collection of server credentials. Ereditato da IServer.
Proprietà pubblica Databases Gets the collection of databases on the server.
Proprietà pubblica Databases Gets the collection of databases on the server. Ereditato da IServer.
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 Logins Gets the collection of server logins.
Proprietà pubblica Logins Gets the collection of server logins. Ereditato da IServer.
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 Triggers Gets the collection of server DDL triggers.
Proprietà pubblica Triggers Gets the collection of server DDL triggers. Ereditato da IServer.

In alto