Classe StatisticColumn
The StatisticColumn object represents a column defined in a SQL Server statistics counter.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
<SfcElementTypeAttribute("Column")> _
Public NotInheritable Class StatisticColumn _
Inherits NamedSmoObject
'Utilisation
Dim instance As StatisticColumn
[SfcElementTypeAttribute("Column")]
public sealed class StatisticColumn : NamedSmoObject
[SfcElementTypeAttribute(L"Column")]
public ref class StatisticColumn sealed : public NamedSmoObject
[<SealedAttribute>]
[<SfcElementTypeAttribute("Column")>]
type StatisticColumn =
class
inherit NamedSmoObject
end
public final class StatisticColumn extends NamedSmoObject
Notes
Thread Safety
Tout membre statique public (Partagé dans Microsoft Visual Basic) de ce type est sûr dans le cadre des opérations à plusieurs threads. Tous les membres de l'instance ne sont pas garantis comme sûrs.
Hiérarchie d'héritage
System. . :: . .Object
Microsoft.SqlServer.Management.Smo. . :: . .SmoObjectBase
Microsoft.SqlServer.Management.Smo. . :: . .SqlSmoObject
Microsoft.SqlServer.Management.Smo. . :: . .NamedSmoObject
Microsoft.SqlServer.Management.Smo..::..StatisticColumn
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.