Share via


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
Public method NameChecker Initializes a new instance of the NameChecker class.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public methodStatic member ValidateObjectName Validates the specified name of the object.
Public methodStatic member ValidateParameterName Validates the specified name of the parameter.
Public methodStatic member ValidateStreamName Validates the specified name of the stream.
Public methodStatic member 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.

See Also

Reference

Microsoft.SqlServer.Dts.Runtime Namespace