Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the With common table expression and xml namespaces clause. Optional, may be nulla null reference (Nothing in Visual Basic).
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property WithCtesAndXmlNamespaces As WithCtesAndXmlNamespaces
Get
Set
'Usage
Dim instance As StatementWithCtesAndXmlNamespaces
Dim value As WithCtesAndXmlNamespaces
value = instance.WithCtesAndXmlNamespaces
instance.WithCtesAndXmlNamespaces = value
public WithCtesAndXmlNamespaces WithCtesAndXmlNamespaces { get; set; }
public:
property WithCtesAndXmlNamespaces^ WithCtesAndXmlNamespaces {
WithCtesAndXmlNamespaces^ get ();
void set (WithCtesAndXmlNamespaces^ value);
}
member WithCtesAndXmlNamespaces : WithCtesAndXmlNamespaces with get, set
function get WithCtesAndXmlNamespaces () : WithCtesAndXmlNamespaces
function set WithCtesAndXmlNamespaces (value : WithCtesAndXmlNamespaces)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.WithCtesAndXmlNamespaces
The With common table expression and xml namespaces clause.