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

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

공개 프로퍼티들

프로퍼티 타입 설명
Files byte[]>>.List
PermissionSet string

공개 메소드들

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

메소드 상세

ScriptCreate() 공개 메소드

public ScriptCreate ( ) : string
리턴 string

ScriptDrop() 공개 메소드

public ScriptDrop ( ) : string
리턴 string

SqlAssembly() 공개 메소드

public SqlAssembly ( string permissionSet, string name ) : System.Collections.Generic
permissionSet string
name string
리턴 System.Collections.Generic

프로퍼티 상세

Files 공개적으로 프로퍼티

public List> Files
리턴 byte[]>>.List

PermissionSet 공개적으로 프로퍼티

public string PermissionSet
리턴 string