C# 클래스 ZocBuild.Database.Util.DatabaseIdentifierUtility

파일 보기 프로젝트 열기: Zocdoc/ZocBuild.Database

공개 메소드들

메소드 설명
GetObjectTypeFromString ( string type ) : DatabaseObjectType

Converts a string identifier from sys.sysobjects([type]) to a DatabaseObjectType enumeration value.

This method will throw an ArgumentException if the string is something unexpected.

메소드 상세

GetObjectTypeFromString() 공개 정적인 메소드

Converts a string identifier from sys.sysobjects([type]) to a DatabaseObjectType enumeration value.
This method will throw an ArgumentException if the string is something unexpected.
public static GetObjectTypeFromString ( string type ) : DatabaseObjectType
type string The SQL Server type string.
리턴 DatabaseObjectType