IMutableServerOwnedObject Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public interface IMutableServerOwnedObject : Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableDatabaseObject, Microsoft.SqlServer.Management.SqlParser.Metadata.IServerOwnedObject
type IMutableServerOwnedObject = interface
interface IServerOwnedObject
interface IDatabaseObject
interface IMetadataObject
interface IMutableDatabaseObject
interface IMutableMetadataObject
Public Interface IMutableServerOwnedObject
Implements IMutableDatabaseObject, IServerOwnedObject
- Derived
- Implements
Properties
| IsSystemObject | (Inherited from IMutableDatabaseObject) |
| Name | (Inherited from IMetadataObject) |
| Parent | (Inherited from IDatabaseObject) |
| Server | (Inherited from IServerOwnedObject) |
Methods
| Accept<T>(IDatabaseObjectVisitor<T>) | (Inherited from IDatabaseObject) |
| Accept<T>(IMetadataObjectVisitor<T>) | (Inherited from IMetadataObject) |
| Accept<T>(IServerOwnedObjectVisitor<T>) | (Inherited from IServerOwnedObject) |
Extension Methods
| TypeInfo(IMetadataObject) |