NameChecker Class
Represents the name checker.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Dts.Runtime.NameChecker
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public NotInheritable Class NameChecker
'Usage
Dim instance As NameChecker
public sealed class NameChecker
public ref class NameChecker sealed
[<SealedAttribute>]
type NameChecker = class end
public final class NameChecker
The NameChecker type exposes the following members.
Constructors
Name | Description | |
---|---|---|
NameChecker | Initializes a new instance of the NameChecker class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from 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. |
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.