다음을 통해 공유


Parameters 속성

Gets or sets collection item parameters.

네임스페이스:  Microsoft.SqlServer.Management.Collector
어셈블리:  Microsoft.SqlServer.Management.Collector.dll의 Microsoft.SqlServer.Management.Collector

구문

‘선언
<SfcPropertyAttribute> _
Public Property Parameters As String
    Get
    Set
‘사용 방법
Dim instance As CollectionItem
Dim value As String

value = instance.Parameters

instance.Parameters = value
[SfcPropertyAttribute]
public string Parameters { get; set; }
[SfcPropertyAttribute]
public:
property String^ Parameters {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute>]
member Parameters : string with get, set
function get Parameters () : String
function set Parameters (value : String)

속성 값

형식: System. . :: . .String
Returns a String value.

주의

The Parameters property is an xml fragment representing the specific parameters for the collection item. It has to conform to the schema of the collector type that the item implements.

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