共用方式為


Statistic.IsTemporary 屬性

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

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property IsTemporary As Boolean 
    Get
'用途
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

屬性值

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

請參閱

參考

Statistic 類別

Microsoft.SqlServer.Management.Smo 命名空間