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 the XML data type option.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property XmlDataTypeOption As XmlDataTypeOption
Get
Set
'Usage
Dim instance As XmlDataTypeReference
Dim value As XmlDataTypeOption
value = instance.XmlDataTypeOption
instance.XmlDataTypeOption = value
public XmlDataTypeOption XmlDataTypeOption { get; set; }
public:
property XmlDataTypeOption XmlDataTypeOption {
XmlDataTypeOption get ();
void set (XmlDataTypeOption value);
}
member XmlDataTypeOption : XmlDataTypeOption with get, set
function get XmlDataTypeOption () : XmlDataTypeOption
function set XmlDataTypeOption (value : XmlDataTypeOption)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.XmlDataTypeOption
The XML data type option.