Compartilhar via


Propriedade DatabaseProjectNodeProperties.DataSchemaModel

Essa classe e seus membros são reservados para uso interno e não se destina a ser usado em seu código.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxe

'Declaração
<BrowsableAttribute(False)> _
Public ReadOnly Property DataSchemaModel As DataSchemaModel
    Get
[BrowsableAttribute(false)]
public DataSchemaModel DataSchemaModel { get; }
[BrowsableAttribute(false)]
public:
property DataSchemaModel^ DataSchemaModel {
    DataSchemaModel^ get ();
}
[<BrowsableAttribute(false)>]
member DataSchemaModel : DataSchemaModel
function get DataSchemaModel () : DataSchemaModel

Valor de propriedade

Tipo: Microsoft.Data.Schema.SchemaModel.DataSchemaModel

Segurança do .NET Framework

Consulte também

Referência

DatabaseProjectNodeProperties Classe

Namespace Microsoft.VisualStudio.Data.Schema.Package.Project.Internal