PropertyKeys Class
Represents the possible keys appearing in property set returned by retrieve definition methods.
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | 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. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

