Compartilhar via


Propriedade do RDL CollectionSet.ProxyName

Gets or sets the name of the SQL Server Agent proxy account under which the collection set executes.

Namespace:  Microsoft.SqlServer.Management.Collector
Assembly:  Microsoft.SqlServer.Management.Collector (em Microsoft.SqlServer.Management.Collector.dll)

Sintaxe

'Declaração
<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 da propriedade

Tipo: System.String
A String value that is the name of the proxy account.

Comentários

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Consulte também

Referência

CollectionSet Classe

Namespace Microsoft.SqlServer.Management.Collector