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 XML namespaces. 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 XmlNamespaces As XmlNamespaces
Get
Set
'Usage
Dim instance As WithCtesAndXmlNamespaces
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);
}
member XmlNamespaces : XmlNamespaces with get, set
function get XmlNamespaces () : XmlNamespaces
function set XmlNamespaces (value : XmlNamespaces)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.XmlNamespaces
The XML namespaces.