ProxyName Propiedad
Obtiene o establece el nombre de la cuenta de proxy del Agente SQL Server en la que se ejecuta el conjunto de recopilación.
Espacio de nombres: Microsoft.SqlServer.Management.Collector
Ensamblado: Microsoft.SqlServer.Management.Collector (en Microsoft.SqlServer.Management.Collector.dll)
Sintaxis
'Declaración
<SfcPropertyAttribute(Required := False)> _
Public Property ProxyName As String
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System. . :: . .String
Valor String que es el nombre de la cuenta de proxy.
Comentarios
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Vea también