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 命名空间