IServerOwnedObjectVisitor<T> Interface

 

Represents a server-owned object visitor.

Namespace:   Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

generic<typename T>
public interface class IServerOwnedObjectVisitor

Type Parameters

T

The type of the server-owned object visitor.

NameDescription
System_CAPS_pubmethodVisit(ICredential^)

Visits the specified ICredential object.

System_CAPS_pubmethodVisit(IDatabase^)

Visits the specified IDatabase object.

System_CAPS_pubmethodVisit(ILogin^)

Visits the specified ILogin object.

System_CAPS_pubmethodVisit(IServerDdlTrigger^)

Visits the specified IServerDdlTrigger object.

Return to top
Show: