IDTSODBCHandles100.cstr 属性
Returns a String that contains the completed connection string returned by the driver.
命名空间: Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集: Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
语法
声明
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.