DataType.XmlDocumentConstraint Property
Gets or sets a value that indicates how an XML document is formatted.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
Public Property XmlDocumentConstraint As XmlDocumentConstraint
public XmlDocumentConstraint XmlDocumentConstraint { get; set; }
public:
property XmlDocumentConstraint XmlDocumentConstraint {
XmlDocumentConstraint get ();
void set (XmlDocumentConstraint value);
}
/** @property */
public XmlDocumentConstraint get_XmlDocumentConstraint ()
/** @property */
public void set_XmlDocumentConstraint (XmlDocumentConstraint value)
public function get XmlDocumentConstraint () : XmlDocumentConstraint
public function set XmlDocumentConstraint (value : XmlDocumentConstraint)
Property Value
Default -Uses server default setting Content - Text is an XML fragment Document - Text is a well formed XML instance
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.