Classe NameChecker
Represents the name checker.
Gerarchia di ereditarietà
System.Object
Microsoft.SqlServer.Dts.Runtime.NameChecker
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class NameChecker
'Utilizzo
Dim instance As NameChecker
public sealed class NameChecker
public ref class NameChecker sealed
[<SealedAttribute>]
type NameChecker = class end
public final class NameChecker
Nel tipo NameChecker sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
NameChecker | Initializes a new instance of the NameChecker class. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
ToString | Ereditato da 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. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.