WithCommonTableExpressionsAndXmlNamespaces.ChangeTrackingContext Property
Gets or sets the change tracking context.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Property ChangeTrackingContext As Literal
'Usage
Dim instance As WithCommonTableExpressionsAndXmlNamespaces
Dim value As Literal
value = instance.ChangeTrackingContext
instance.ChangeTrackingContext = value
public Literal ChangeTrackingContext { get; set; }
public:
property Literal^ ChangeTrackingContext {
Literal^ get ();
void set (Literal^ value);
}
public function get ChangeTrackingContext () : Literal
public function set ChangeTrackingContext (value : Literal)
Property Value
Type: Microsoft.Data.Schema.ScriptDom.Sql.Literal
.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
WithCommonTableExpressionsAndXmlNamespaces Class