共用方式為


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。)

上層