C# Class SchemaZen.Library.Models.SqlUser

Inheritance: INameable, IHasOwner, IScriptable
ファイルを表示 Open project: Zocdoc/schemazen Class Usage Examples

Public Properties

Property Type Description
DatabaseRoles List
PasswordHash byte[]

Public Methods

Method Description
ScriptCreate ( ) : string
ScriptDrop ( ) : string
SqlUser ( string name, string owner ) : System.Collections.Generic

Method Details

ScriptCreate() public method

public ScriptCreate ( ) : string
return string

ScriptDrop() public method

public ScriptDrop ( ) : string
return string

SqlUser() public method

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

Property Details

DatabaseRoles public_oe property

public List DatabaseRoles
return List

PasswordHash public_oe property

public byte[] PasswordHash
return byte[]