IMutableServer 接口

Represents a mutable instance of SQL Server.

命名空间:  Microsoft.SqlServer.Management.SqlParser.Metadata
程序集:  Microsoft.SqlServer.Management.SqlParser(在 Microsoft.SqlServer.Management.SqlParser.dll 中)

语法

声明
Public Interface IMutableServer _
    Inherits IServer, IMutableDatabaseObject, IDatabaseObject, IMutableMetadataObject,  _
    IMetadataObject
用法
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

IMutableServer 类型公开以下成员。

属性

  名称 说明
公共属性 CollationInfo Gets the CollationInfo object that represents the server collation. (从 IServer 继承。)
公共属性 Credentials Gets the collection of server credentials.
公共属性 Credentials Gets the collection of server credentials. (从 IServer 继承。)
公共属性 Databases Gets the collection of databases on the server.
公共属性 Databases Gets the collection of databases on the server. (从 IServer 继承。)
公共属性 IsSystemObject Gets a value that indicates whether this is a system object. (从 IDatabaseObject 继承。)
公共属性 IsSystemObject Gets or sets a value that indicates whether this is a system object. (从 IMutableDatabaseObject 继承。)
公共属性 Logins Gets the collection of server logins.
公共属性 Logins Gets the collection of server logins. (从 IServer 继承。)
公共属性 Name Gets the name of the metadata object. (从 IMetadataObject 继承。)
公共属性 Parent Gets the IDatabaseObject object that is the parent of this object. (从 IDatabaseObject 继承。)
公共属性 Triggers Gets the collection of server DDL triggers.
公共属性 Triggers Gets the collection of server DDL triggers. (从 IServer 继承。)

页首