This topic has not yet been rated - Rate this topic

IMutableServer Interface

Represents a mutable instance of SQL Server.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
public interface IMutableServer : IServer, 
	IMutableDatabaseObject, IDatabaseObject, IMutableMetadataObject, IMetadataObject

The IMutableServer type exposes the following members.

  NameDescription
Public propertyCollationInfoGets the CollationInfo object that represents the server collation. (Inherited from IServer.)
Public propertyCredentialsGets the collection of server credentials.
Public propertyDatabasesGets the collection of databases on the server.
Public propertyIsSystemObjectGets or sets a value that indicates whether this is a system object. (Inherited from IMutableDatabaseObject.)
Public propertyLoginsGets the collection of server logins.
Public propertyNameGets the name of the metadata object. (Inherited from IMetadataObject.)
Public propertyParentGets the IDatabaseObject object that is the parent of this object. (Inherited from IDatabaseObject.)
Public propertyTriggersGets the collection of server DDL triggers.
Top
  NameDescription
Public methodAccept<T>(IDatabaseObjectVisitor<T>)Accepts a visit from the specified IDatabaseObjectVisitor<T> object. (Inherited from IDatabaseObject.)
Public methodAccept<T>(IMetadataObjectVisitor<T>)Accepts a visit from the specified IMetadataObjectVisitor<T> object. (Inherited from IMetadataObject.)
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.