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
'Usage
Dim instance As WithCommonTableExpressionsAndXmlNamespaces
Dim value As XmlNamespaces
value = instance.XmlNamespaces
instance.XmlNamespaces = value
public XmlNamespaces XmlNamespaces { get; set; }
public:
property XmlNamespaces^ XmlNamespaces {
XmlNamespaces^ get ();
void set (XmlNamespaces^ value);
}
public function get XmlNamespaces () : XmlNamespaces
public 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.
See Also
Reference
WithCommonTableExpressionsAndXmlNamespaces Class