C# Class Glyma.Powershell.Smo.EmbeddedSqlScript

Afficher le fichier Open project: chris-tomich/Glyma Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public AddToken ( string token, string tokenValue ) : void
token string
tokenValue string
Résultat void

EmbeddedSqlScript() public méthode

public EmbeddedSqlScript ( string scriptName ) : System
scriptName string
Résultat System

EmbeddedSqlScript() public méthode

public EmbeddedSqlScript ( string scriptName, Assembly assembly ) : System
scriptName string
assembly System.Reflection.Assembly
Résultat System

ExecuteNonQuery() public méthode

public ExecuteNonQuery ( SqlConnection connection ) : int
connection System.Data.SqlClient.SqlConnection
Résultat int