Proprietà Parameters
Ottiene o imposta i parametri dell'elemento della raccolta.
Spazio dei nomi Microsoft.SqlServer.Management.Collector
Assembly: Microsoft.SqlServer.Management.Collector (in Microsoft.SqlServer.Management.Collector.dll)
Sintassi
'Dichiarazione
<SfcPropertyAttribute> _
Public Property Parameters As String
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System. . :: . .String
Restituisce un valore String.
Osservazioni
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.
Vedere anche