ExternalFileOption.CheckXMLValidity Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
CheckXMLValidity(StringLiteral, String) |
Checks whether sequence contains any unsupported xml character. |
CheckXMLValidity(String, String) |
Checks whether sequence contains any unsupported xml character. |
CheckXMLValidity(StringLiteral, String)
Checks whether sequence contains any unsupported xml character.
public static void CheckXMLValidity (Microsoft.SqlServer.TransactSql.ScriptDom.StringLiteral sequence, string option);
static member CheckXMLValidity : Microsoft.SqlServer.TransactSql.ScriptDom.StringLiteral * string -> unit
Public Shared Sub CheckXMLValidity (sequence As StringLiteral, option As String)
Parameters
- sequence
- StringLiteral
Sequence of characters.
- option
- String
Name of the option.
Applies to
CheckXMLValidity(String, String)
Checks whether sequence contains any unsupported xml character.
public static void CheckXMLValidity (string sequence, string option);
static member CheckXMLValidity : string * string -> unit
Public Shared Sub CheckXMLValidity (sequence As String, option As String)
Parameters
- sequence
- String
Sequence of characters.
- option
- String
Name of the option.