다음을 통해 공유


PropertyKeys 클래스

Represents the possible keys appearing in property set returned by retrieve definition methods.

상속 계층

System.Object
  Microsoft.SqlServer.Management.SqlParser.Parser.PropertyKeys

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

구문

‘선언
Public NotInheritable Class PropertyKeys
‘사용 방법
public static class PropertyKeys
public ref class PropertyKeys abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type PropertyKeys =  class end
public final class PropertyKeys

PropertyKeys 유형에서 다음 멤버를 표시합니다.

필드

  이름 설명
공용 필드정적 멤버 BodyDefinition Name of the property that specifies the object body definition.
공용 필드정적 멤버 DatabaseName Name of the property that specifies the database name part of an object.
공용 필드정적 멤버 DefaultValue Name of the property that specifies the default value.
공용 필드정적 멤버 HasCheckOption Name of the property that indicates whether the view has check option.
공용 필드정적 멤버 HasColumnSpecification Name of the property that indicates whether the view has column specification.
공용 필드정적 멤버 ModuleType Name of the property that specifies the type of the module.
공용 필드정적 멤버 Name Name of the property that specifies the name of an object.
공용 필드정적 멤버 Parameters Name of the property that represents a collection of parameters.
공용 필드정적 멤버 QueryDefinition Name of the property that specifies a view query definition.
공용 필드정적 멤버 SchemaName Name of the property that specifies the schema name part of an object.
공용 필드정적 멤버 TableVariableName Name of the property that specifies the table variable name part of a table valued function.

맨 위로 이동

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

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