DataSchemaModel.ScriptSourcedModelElement.PrimarySource, propriété
Obtient l'emplacement de la source principale qui définit cet élément.
Espace de noms : Microsoft.Data.Schema.SchemaModel
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
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
Valeur de propriété
Type : Microsoft.Data.Schema.SchemaModel.ISourceInformation
Emplacement de la source principale.
Implémentations
IScriptSourcedModelElement.PrimarySource
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
DataSchemaModel.ScriptSourcedModelElement Classe