ManagedWrapper.ConfigString 屬性
此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Gets or sets the configuration string associated with the wrapper.
命名空間: Microsoft.SqlServer.Dts.Runtime
組件: Microsoft.SqlServer.ManagedDTS (在 Microsoft.SqlServer.ManagedDTS.dll 中)
語法
'宣告
Public Property ConfigString As String
Get
Set
'用途
Dim instance As ManagedWrapper
Dim value As String
value = instance.ConfigString
instance.ConfigString = value
public string ConfigString { get; set; }
public:
virtual property String^ ConfigString {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract ConfigString : string with get, set
override ConfigString : string with get, set
final function get ConfigString () : String
final function set ConfigString (value : String)
屬性值
型別:System.String
The configuration string.
實作
IDTSLogProvider100.ConfigString