IScriptSourcedModelElement.PrimarySource, propriété
Obtient des informations sur la source principale pour l'élément.
Espace de noms : Microsoft.Data.Schema.SchemaModel
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
ReadOnly Property PrimarySource As ISourceInformation
Get
ISourceInformation PrimarySource { get; }
property ISourceInformation^ PrimarySource {
ISourceInformation^ get ();
}
abstract PrimarySource : ISourceInformation
function get PrimarySource () : ISourceInformation
Valeur de propriété
Type : Microsoft.Data.Schema.SchemaModel.ISourceInformation
Informations sur la source principale.
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
IScriptSourcedModelElement Interface