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) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.