ProxyName 属性
获取或设置用于执行收集组的 SQL Server 代理的代理帐户名称。
命名空间: Microsoft.SqlServer.Management.Collector
程序集: Microsoft.SqlServer.Management.Collector(在 Microsoft.SqlServer.Management.Collector.dll 中)
语法
声明
<SfcPropertyAttribute(Required := False)> _
Public Property ProxyName As String
Get
Set
用法
Dim instance As CollectionSet
Dim value As String
value = instance.ProxyName
instance.ProxyName = value
[SfcPropertyAttribute(Required = false)]
public string ProxyName { get; set; }
[SfcPropertyAttribute(Required = false)]
public:
property String^ ProxyName {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute(Required = false)>]
member ProxyName : string with get, set
function get ProxyName () : String
function set ProxyName (value : String)
属性值
类型:System. . :: . .String
一个作为代理帐户名称的 String 值。
注释
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.