다음을 통해 공유


CollectionSet.ProxyName 속성

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

네임스페이스:  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
A String value that is the name of the proxy account.

주의

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

참고 항목

참조

CollectionSet 클래스

Microsoft.SqlServer.Management.Collector 네임스페이스