Connection 속성
Gets or sets the name of the connection manager that connects to the relational database management system (RDBMS) where the Execute SQL task is run.
네임스페이스: Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
어셈블리: Microsoft.SqlServer.SQLTask.dll의 Microsoft.SqlServer.SQLTask
구문
‘선언
Public Property Connection As String
Get
Set
‘사용 방법
Dim instance As ExecuteSQLTask
Dim value As String
value = instance.Connection
instance.Connection = value
public string Connection { get; set; }
public:
virtual property String^ Connection {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract Connection : string with get, set
override Connection : string with get, set
final function get Connection () : String
final function set Connection (value : String)
속성 값
형식: System. . :: . .String
A String that contains the name of the connection manager.
구현
예제
For a community sample that demonstrates how to set the name of the connection manager, see the blog entry, Creating packages in code -- Execute SQL Task, on sqlis.com.