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 继承。) |
页首
方法
名称 | 说明 | |
---|---|---|
![]() |
Accept< (Of < <' (T> ) > > )(IDatabaseObjectVisitor< (Of < <' (T> ) > > )) | Accepts a visit from the specified IDatabaseObjectVisitor<(Of <(<'T>)>)> object. (从 IDatabaseObject 继承。) |
![]() |
Accept< (Of < <' (T> ) > > )(IMetadataObjectVisitor< (Of < <' (T> ) > > )) | Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (从 IMetadataObject 继承。) |
页首