Share via


RuleExecutionContext.ScriptFragment Property

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

Syntax

'Declaration
Public ReadOnly Property ScriptFragment As IScriptFragment
'Usage
Dim instance As RuleExecutionContext 
Dim value As IScriptFragment 

value = instance.ScriptFragment
public IScriptFragment ScriptFragment { get; }
public:
property IScriptFragment^ ScriptFragment {
    IScriptFragment^ get ();
}
public function get ScriptFragment () : IScriptFragment

Property Value

Type: Microsoft.Data.Schema.ScriptDom.IScriptFragment

.NET Framework Security

See Also

Reference

RuleExecutionContext Class

RuleExecutionContext Members

Microsoft.Data.Schema.StaticCodeAnalysis Namespace