IDTSConnectionManagerHttp100.ProxyDomain 屬性
此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Gets or sets the domain setting that is used to log on to the proxy.
命名空間: Microsoft.SqlServer.Dts.Runtime.Wrapper
組件: Microsoft.SqlServer.DTSRuntimeWrap (在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
語法
'宣告
Property ProxyDomain As String
Get
Set
'用途
Dim instance As IDTSConnectionManagerHttp100
Dim value As String
value = instance.ProxyDomain
instance.ProxyDomain = value
string ProxyDomain { get; set; }
property String^ ProxyDomain {
String^ get ();
void set (String^ value);
}
abstract ProxyDomain : string with get, set
function get ProxyDomain () : String
function set ProxyDomain (value : String)
屬性值
型別:System.String
The domain setting that is used to log on to the proxy.