ExternalFileOption.CheckXMLValidity Method

Definition

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.

Applies to