cstr 속성
Returns a String that contains the completed connection string returned by the driver.
네임스페이스: Microsoft.SqlServer.Dts.Runtime.Wrapper
어셈블리: Microsoft.SqlServer.DTSRuntimeWrap.dll의 Microsoft.SqlServer.DTSRuntimeWrap
구문
‘선언
ReadOnly Property cstr As String
Get
‘사용 방법
Dim instance As IDTSODBCHandles100
Dim value As String
value = instance.cstr
string cstr { get; }
property String^ cstr {
String^ get ();
}
abstract cstr : string
function get cstr () : String
속성 값
형식: System. . :: . .String
A String that contains the connection string.