Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets the Boolean property value that specifies whether the Statistic counter is temporary or permanent.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property IsTemporary As Boolean
Get
'Usage
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
Property Value
Type: System.Boolean
The Boolean property value that specifies whether the Statistic counter is temporary or permanent.