หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Specifies the XML data type.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration XmlDataTypeOption
'Usage
Dim instance As XmlDataTypeOption
[SerializableAttribute]
public enum XmlDataTypeOption
[SerializableAttribute]
public enum class XmlDataTypeOption
[<SerializableAttribute>]
type XmlDataTypeOption
public enum XmlDataTypeOption
Members
| Member name | Description | |
|---|---|---|
| Content | Type is Content. | |
| Document | Type is Document. | |
| None | Type is None. |