SfcSecureString 类

不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

继承层次结构

System. . :: . .Object
  Microsoft.SqlServer.Management.Sdk.Sfc..::..SfcSecureString

命名空间:  Microsoft.SqlServer.Management.Sdk.Sfc
程序集:  Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

语法

声明
Public NotInheritable Class SfcSecureString
用法
public static class SfcSecureString
public ref class SfcSecureString abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type SfcSecureString =  class end
public final class SfcSecureString

SfcSecureString 类型公开以下成员。

方法

  名称 说明
公共方法静态成员 EscapeBracket Escapes the execution of the specified objects inside the bracket. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
公共方法静态成员 EscapeSquote 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
公共方法静态成员 SmlEscape Indicates the escape of the SML (Semantic Markup Language) to secure a string. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
公共方法静态成员 SmlUnEscape Uses the UnEscape method for the sml to secure the string. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
公共方法静态成员 XmlEscape 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
公共方法静态成员 XmlUnEscape Uses the UnEscape process in the XML (Extensible Markup Language) to secure the specified string. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。