Connection 속성
Gets or sets a String that contains the connection information for the schema rowset enumerator.
네임스페이스: Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO
어셈블리: Microsoft.SqlServer.ForEachADOEnumerator.dll의 Microsoft.SqlServer.ForEachADOEnumerator
구문
‘선언
Property Connection As String
Get
Set
‘사용 방법
Dim instance As IDTSForEachSchemaRowsetEnumerator
Dim value As String
value = instance.Connection
instance.Connection = value
string Connection { get; set; }
property String^ Connection {
String^ get ();
void set (String^ value);
}
abstract Connection : string with get, set
function get Connection () : String
function set Connection (value : String)
속성 값
형식: System. . :: . .String
A String that contains the connection information.