DataRuleExecutionContext.ScriptFragment Property

Gets the script fragment that defines the element that is analyzed.

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

Syntax

'Declaration
Public ReadOnly Property ScriptFragment As IScriptFragment
public IScriptFragment ScriptFragment { get; }
public:
property IScriptFragment^ ScriptFragment {
    IScriptFragment^ get ();
}
member ScriptFragment : IScriptFragment
function get ScriptFragment () : IScriptFragment

Property Value

Type: Microsoft.Data.Schema.ScriptDom.IScriptFragment
An IScriptFragment object. May be nulla null reference (Nothing in Visual Basic).

.NET Framework Security

See Also

Reference

DataRuleExecutionContext Class

Microsoft.Data.Schema.StaticCodeAnalysis Namespace

DataRule