Freigeben über


Statistic.FilterDefinition-Eigenschaft

Gets or sets the statistic counters filter definition.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase)> _
Public Property FilterDefinition As String 
    Get 
    Set
'Usage
Dim instance As Statistic 
Dim value As String 

value = instance.FilterDefinition

instance.FilterDefinition = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)]
public string FilterDefinition { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase)]
public:
property String^ FilterDefinition {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)>]
member FilterDefinition : string with get, set
function get FilterDefinition () : String 
function set FilterDefinition (value : String)

Eigenschaftswert

Typ: System.String
A Boolean value that contains the filter definition.

Siehe auch

Verweis

Statistic Klasse

Microsoft.SqlServer.Management.Smo-Namespace