StatementWithCommonTableExpressionsAndXmlNamespaces.WithCommonTableExpressionsAndXmlNamespaces-Eigenschaft

Ruft den allgemeinen Tabellenausdruck WITH und die XMLNAMESPACES-Klausel ab bzw. legt diese fest.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property WithCommonTableExpressionsAndXmlNamespaces As WithCommonTableExpressionsAndXmlNamespaces
    Get
    Set
public WithCommonTableExpressionsAndXmlNamespaces WithCommonTableExpressionsAndXmlNamespaces { get; set; }
public:
property WithCommonTableExpressionsAndXmlNamespaces^ WithCommonTableExpressionsAndXmlNamespaces {
    WithCommonTableExpressionsAndXmlNamespaces^ get ();
    void set (WithCommonTableExpressionsAndXmlNamespaces^ value);
}
member WithCommonTableExpressionsAndXmlNamespaces : WithCommonTableExpressionsAndXmlNamespaces with get, set
function get WithCommonTableExpressionsAndXmlNamespaces () : WithCommonTableExpressionsAndXmlNamespaces
function set WithCommonTableExpressionsAndXmlNamespaces (value : WithCommonTableExpressionsAndXmlNamespaces)

Eigenschaftswert

Typ: Microsoft.Data.Schema.ScriptDom.Sql.WithCommonTableExpressionsAndXmlNamespaces
Gibt WithCommonTableExpressionsAndXmlNamespaces zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

StatementWithCommonTableExpressionsAndXmlNamespaces Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace