IAlterable Interface

Defines a method to alter an object on the referenced connection.

Namespace:  Microsoft.SqlServer.Management.Common
Assembly:  Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)

Syntax

'Declaration
Public Interface IAlterable
'Usage
Dim instance As IAlterable
public interface IAlterable
public interface class IAlterable
type IAlterable =  interface end
public interface IAlterable

The IAlterable type exposes the following members.

Methods

  Name Description
Public method Alter Updates any property changes on an instance of Microsoft SQL Server.

Top

Remarks

The IAlterable class is implemented by various instance classes.

See Also

Reference

Microsoft.SqlServer.Management.Common Namespace