Proprietà Statistic.FilterDefinition

Gets or sets the statistic counters filter definition.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase)> _
Public Property FilterDefinition As String 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Vedere anche

Riferimento

Statistic Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo