IServer 接口

Represents an instance of SQL Server.

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

语法

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

IServer 类型公开以下成员。

属性

  名称 说明
公共属性 CollationInfo Gets the CollationInfo object that represents the server collation.
公共属性 Credentials Gets the collection of server credentials.
公共属性 Databases Gets the collection of databases on the server.
公共属性 IsSystemObject Gets a value that indicates whether this is a system object. (从 IDatabaseObject 继承。)
公共属性 Logins Gets the collection of server logins.
公共属性 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.

页首