Share via


IDatabaseOwnedObjectVisitor<T> 인터페이스

Represents a SQL Server database-owned object visitor.

네임스페이스:  Microsoft.SqlServer.Management.SqlParser.Metadata
어셈블리:  Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)

구문

‘선언
Public Interface IDatabaseOwnedObjectVisitor(Of T)
‘사용 방법
Dim instance As IDatabaseOwnedObjectVisitor(Of T)
public interface IDatabaseOwnedObjectVisitor<T>
generic<typename T>
public interface class IDatabaseOwnedObjectVisitor
type IDatabaseOwnedObjectVisitor<'T> =  interface end
JScript는 제네릭 형식 및 메서드를 지원하지 않습니다.

유형 매개 변수

  • T
    The type of the database-owned object.

메서드

  이름 설명
공용 메서드 Visit(IApplicationRole) Visits the specified IBuiltInFunction object.
공용 메서드 Visit(IAsymmetricKey) Visits the specified IAsymmetricKey object.
공용 메서드 Visit(ICertificate) Visits the specified ICertificate object.
공용 메서드 Visit(IDatabaseDdlTrigger) Visits the specified IDatabaseDdlTrigger object.
공용 메서드 Visit(IDatabaseRole) Visits the specified IDatabaseRole object.
공용 메서드 Visit(IFileGroup) Visits the specified IFileGroup object.
공용 메서드 Visit(IPartitionScheme) Visits the specified IPartitionScheme object.
공용 메서드 Visit(ISchema) Visits the specified ISchema object.
공용 메서드 Visit(IUser) Visits the specified IUser object.

맨 위로 이동

참고 항목

참조

Microsoft.SqlServer.Management.SqlParser.Metadata 네임스페이스