AgnosticProjectProperties Class

This class and its members are reserved for internal use and are not intended to be used in your code. Provides static properties of projects in Visual Studio that are not dependent on any specific DatabaseSchemaProvider.

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.Build.AgnosticProjectProperties

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public NotInheritable Class AgnosticProjectProperties
public static class AgnosticProjectProperties
public ref class AgnosticProjectProperties abstract sealed
[<AbstractClass>]
[<Sealed>]
type AgnosticProjectProperties =  class end
public final class AgnosticProjectProperties

The AgnosticProjectProperties type exposes the following members.

Methods

  Name Description
Public methodStatic member GetValidators Returns a dictionary of validators to make sure that the property file data is valid.

Top

Fields

  Name Description
Public fieldStatic member PropertyType Contains "PropertyType".
Public fieldStatic member ServerProjectTargetDatabase_DefaultDatabase Contains "master".

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Data.Schema.Build Namespace

DatabaseSchemaProvider