WithCommonTableExpressionsAndXmlNamespaces.XmlNamespaces Property
Gets or sets XML namespaces.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Property XmlNamespaces As XmlNamespaces
public XmlNamespaces XmlNamespaces { get; set; }
public:
property XmlNamespaces^ XmlNamespaces {
XmlNamespaces^ get ();
void set (XmlNamespaces^ value);
}
member XmlNamespaces : XmlNamespaces with get, set
function get XmlNamespaces () : XmlNamespaces
function set XmlNamespaces (value : XmlNamespaces)
Property Value
Type: Microsoft.Data.Schema.ScriptDom.Sql.XmlNamespaces
Returns a XmlNamespaces.
Remarks
May be NULL.
.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.