C# Class Glyma.Powershell.Smo.EmbeddedSqlScript

显示文件 Open project: chris-tomich/Glyma Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
AddToken ( string token, string tokenValue ) : void
EmbeddedSqlScript ( string scriptName ) : System
EmbeddedSqlScript ( string scriptName, Assembly assembly ) : System
ExecuteNonQuery ( SqlConnection connection ) : int

Method Details

AddToken() public method

public AddToken ( string token, string tokenValue ) : void
token string
tokenValue string
return void

EmbeddedSqlScript() public method

public EmbeddedSqlScript ( string scriptName ) : System
scriptName string
return System

EmbeddedSqlScript() public method

public EmbeddedSqlScript ( string scriptName, Assembly assembly ) : System
scriptName string
assembly System.Reflection.Assembly
return System

ExecuteNonQuery() public method

public ExecuteNonQuery ( SqlConnection connection ) : int
connection System.Data.SqlClient.SqlConnection
return int