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


SqlSourceInformation.ScriptDom - свойство

Получает DOM-представление соответствующей сущности в скрипте.

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

Синтаксис

'Декларация
Public ReadOnly Property ScriptDom As IScriptFragment
    Get
public IScriptFragment ScriptDom { get; }
public:
virtual property IScriptFragment^ ScriptDom {
    IScriptFragment^ get () sealed;
}
abstract ScriptDom : IScriptFragment
override ScriptDom : IScriptFragment
final function get ScriptDom () : IScriptFragment

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

Тип: Microsoft.Data.Schema.ScriptDom.IScriptFragment

Реализации

ISourceInformation.ScriptDom

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

См. также

Ссылки

SqlSourceInformation Класс

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