C# 클래스 Glyma.Powershell.Smo.EmbeddedSqlScript

파일 보기 프로젝트 열기: chris-tomich/Glyma 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AddToken ( string token, string tokenValue ) : void
EmbeddedSqlScript ( string scriptName ) : System
EmbeddedSqlScript ( string scriptName, Assembly assembly ) : System
ExecuteNonQuery ( SqlConnection connection ) : int

메소드 상세

AddToken() 공개 메소드

public AddToken ( string token, string tokenValue ) : void
token string
tokenValue string
리턴 void

EmbeddedSqlScript() 공개 메소드

public EmbeddedSqlScript ( string scriptName ) : System
scriptName string
리턴 System

EmbeddedSqlScript() 공개 메소드

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

ExecuteNonQuery() 공개 메소드

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