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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.