Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
La classe e i relativi membri sono riservati per uso interno e non possono essere utilizzati nel codice.
Spazio dei nomi: Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Sintassi
'Dichiarazione
<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
Valore proprietà
Tipo: Microsoft.Data.Schema.SchemaModel.DataSchemaModel
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
DatabaseProjectNodeProperties Classe
Spazio dei nomi Microsoft.VisualStudio.Data.Schema.Package.Project.Internal