Share via


ISourceInformation.ScriptDom Property

Gets the scripting document model for the script.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
ReadOnly Property ScriptDom As IScriptFragment
IScriptFragment ScriptDom { get; }
property IScriptFragment^ ScriptDom {
    IScriptFragment^ get ();
}
abstract ScriptDom : IScriptFragment
function get ScriptDom () : IScriptFragment

Property Value

Type: Microsoft.Data.Schema.ScriptDom.IScriptFragment
An IScriptFragment object.

.NET Framework Security

See Also

Reference

ISourceInformation Interface

Microsoft.Data.Schema.SchemaModel Namespace

Script

IScriptFragment