Поделиться через


DataSchemaModel.ScriptSourcedModelElement.PrimarySource - свойство

Получает расположение основного источника, определяющего этот элемент.

Пространство имен:  Microsoft.Data.Schema.SchemaModel
Сборка:  Microsoft.Data.Schema (в Microsoft.Data.Schema.dll)

Синтаксис

'Декларация
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

Значение свойства

Тип: Microsoft.Data.Schema.SchemaModel.ISourceInformation
Расположение основного источника.

Реализации

IScriptSourcedModelElement.PrimarySource

Безопасность платформы .NET Framework

См. также

Ссылки

DataSchemaModel.ScriptSourcedModelElement Класс

Microsoft.Data.Schema.SchemaModel - пространство имен

ISourceInformation