Represents the name checker.
상속 계층
System.Object
Microsoft.SqlServer.Dts.Runtime.NameChecker
네임스페이스: Microsoft.SqlServer.Dts.Runtime
어셈블리: Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)
구문
‘선언
Public NotInheritable Class NameChecker
‘사용 방법
Dim instance As NameChecker
public sealed class NameChecker
public ref class NameChecker sealed
[<SealedAttribute>]
type NameChecker = class end
public final class NameChecker
NameChecker 유형에서 다음 멤버를 표시합니다.
생성자
| 이름 | 설명 | |
|---|---|---|
![]() |
NameChecker | Initializes a new instance of the NameChecker class. |
맨 위로 이동
메서드
| 이름 | 설명 | |
|---|---|---|
![]() |
Equals | (Object에서 상속됨) |
![]() |
GetHashCode | (Object에서 상속됨) |
![]() |
GetType | (Object에서 상속됨) |
![]() |
ToString | (Object에서 상속됨) |
![]() ![]() |
ValidateObjectName | Validates the specified name of the object. |
![]() ![]() |
ValidateParameterName | Validates the specified name of the parameter. |
![]() ![]() |
ValidateStreamName | Validates the specified name of the stream. |
![]() ![]() |
ValidateStreamNameConnection | Validates the specified stream name connection. |
맨 위로 이동
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.
.gif)
.gif)