This topic has not yet been rated - Rate this topic

IServerOwnedObject Interface

Represents a metadata object that is owned by an IServer object.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
public interface IServerOwnedObject : IDatabaseObject, 
	IMetadataObject

The IServerOwnedObject type exposes the following members.

  NameDescription
Public propertyIsSystemObjectGets a value that indicates whether this is a system object. (Inherited from IDatabaseObject.)
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 propertyServerGets the IServer object that owns this object.
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.)
Public methodAccept<T>(IServerOwnedObjectVisitor<T>)Accepts a visit from the specified IServerOwnedObjectVisitor<T> object.
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.