Proprietà DataSchemaModel.ScriptSourcedModelElement.PrimarySource
Ottiene il percorso del database di origine primario che definisce questo elemento.
Spazio dei nomi: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property PrimarySource As ISourceInformation
Get
public ISourceInformation PrimarySource { get; }
public:
virtual property ISourceInformation^ PrimarySource {
ISourceInformation^ get () sealed;
}
abstract PrimarySource : ISourceInformation
override PrimarySource : ISourceInformation
final function get PrimarySource () : ISourceInformation
Valore proprietà
Tipo: Microsoft.Data.Schema.SchemaModel.ISourceInformation
Percorso del database di origine primario.
Implementa
IScriptSourcedModelElement.PrimarySource
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
DataSchemaModel.ScriptSourcedModelElement Classe