NameCheckResult Enumeration
Specifies the result of a name check.
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
| Member name | Description | |
|---|---|---|
| EndWhiteSpace | The result is EndWhiteSpace. | |
| InvalidBody | The result is InvalidBody. | |
| InvalidStart | The result is InvalidStart. | |
| InvalidTrail | The result is InvalidTrail. | |
| ObjectNameEmpty | The result is ObjectNameEmpty. | |
| ObjectNameTooLong | The result is ObjectNameTooLong. | |
| StartWhiteSpace | The result is StartWhiteSpace. | |
| Success | The result is Success. |
Show: