C# 클래스 SchemaZen.Library.Models.SqlUser

상속: INameable, IHasOwner, IScriptable
파일 보기 프로젝트 열기: Zocdoc/schemazen 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DatabaseRoles List
PasswordHash byte[]

공개 메소드들

메소드 설명
ScriptCreate ( ) : string
ScriptDrop ( ) : string
SqlUser ( string name, string owner ) : System.Collections.Generic

메소드 상세

ScriptCreate() 공개 메소드

public ScriptCreate ( ) : string
리턴 string

ScriptDrop() 공개 메소드

public ScriptDrop ( ) : string
리턴 string

SqlUser() 공개 메소드

public SqlUser ( string name, string owner ) : System.Collections.Generic
name string
owner string
리턴 System.Collections.Generic

프로퍼티 상세

DatabaseRoles 공개적으로 프로퍼티

public List DatabaseRoles
리턴 List

PasswordHash 공개적으로 프로퍼티

public byte[] PasswordHash
리턴 byte[]