Свойство StatementWithCtesAndXmlNamespaces.WithCtesAndXmlNamespaces

Gets or sets the With common table expression and xml namespaces clause. Optional, may be nullпустая ссылка (Nothing в Visual Basic).

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public Property WithCtesAndXmlNamespaces As WithCtesAndXmlNamespaces 
    Get 
    Set
'Применение
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)

Значение свойства

Тип: Microsoft.SqlServer.TransactSql.ScriptDom.WithCtesAndXmlNamespaces
The With common table expression and xml namespaces clause.

См. также

Справочник

StatementWithCtesAndXmlNamespaces Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom