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
- 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.
See Also
Reference
DataRuleExecutionContext Class