Expand Minimize
This topic has not yet been rated - Rate this topic

NameCheckResult Enumeration

SQL Server 2012

Specifies the result of a name check.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
public enum NameCheckResult
Member nameDescription
EndWhiteSpaceThe result is EndWhiteSpace.
InvalidBodyThe result is InvalidBody.
InvalidStartThe result is InvalidStart.
InvalidTrailThe result is InvalidTrail.
ObjectNameEmptyThe result is ObjectNameEmpty.
ObjectNameTooLongThe result is ObjectNameTooLong.
StartWhiteSpaceThe result is StartWhiteSpace.
SuccessThe result is Success.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.