共用方式為


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.