Partager via


Propriété Statistic.IsTemporary

Gets the Boolean property value that specifies whether the Statistic counter is temporary or permanent.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property IsTemporary As Boolean 
    Get
'Utilisation
Dim instance As Statistic 
Dim value As Boolean 

value = instance.IsTemporary
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public bool IsTemporary { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property bool IsTemporary {
    bool get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member IsTemporary : bool
function get IsTemporary () : boolean

Valeur de propriété

Type : System.Boolean
The Boolean property value that specifies whether the Statistic counter is temporary or permanent.

Voir aussi

Référence

Statistic Classe

Espace de noms Microsoft.SqlServer.Management.Smo