Statistic.IsTemporary Propiedad
Gets the Boolean property value that specifies whether the Statistic counter is temporary or permanent.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property IsTemporary As Boolean
Get
'Uso
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
Valor de la propiedad
Tipo: System.Boolean
The Boolean property value that specifies whether the Statistic counter is temporary or permanent.