Freigeben über


NameChecker-Klasse

Represents the name checker.

Vererbungshierarchie

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

Der NameChecker-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode NameChecker Initializes a new instance of the NameChecker class.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)
Öffentliche MethodeStatisches Element ValidateObjectName Validates the specified name of the object.
Öffentliche MethodeStatisches Element ValidateParameterName Validates the specified name of the parameter.
Öffentliche MethodeStatisches Element ValidateStreamName Validates the specified name of the stream.
Öffentliche MethodeStatisches Element ValidateStreamNameConnection Validates the specified stream name connection.

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime-Namespace