SfcSecureString Class
Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcSecureString
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public NotInheritable Class SfcSecureString
'Usage
public static class SfcSecureString
public ref class SfcSecureString abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type SfcSecureString = class end
public final class SfcSecureString
The SfcSecureString type exposes the following members.
Methods
Name | Description | |
---|---|---|
EscapeBracket | Escapes the execution of the specified objects inside the bracket. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
EscapeSquote | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
SmlEscape | Indicates the escape of the SML (Semantic Markup Language) to secure a string. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
SmlUnEscape | Uses the UnEscape method for the sml to secure the string. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
XmlEscape | Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
XmlUnEscape | Uses the UnEscape process in the XML (Extensible Markup Language) to secure the specified string. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.