StatisticColumn-Klasse
The StatisticColumn object represents a column defined in a SQL Server statistics counter.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcElementTypeAttribute("Column")> _
Public NotInheritable Class StatisticColumn _
Inherits NamedSmoObject
'Usage
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
Hinweise
Thread Safety
Alle öffentlichen, statischen Elemente dieses Typs (Shared in Microsoft Visual Basic) sind für Vorgänge mit mehreren Threads sicher. Für Instanzelemente kann nicht sichergestellt werden, dass sie für Threads sicher sind.
Vererbungshierarchie
System. . :: . .Object
Microsoft.SqlServer.Management.Smo. . :: . .SmoObjectBase
Microsoft.SqlServer.Management.Smo. . :: . .SqlSmoObject
Microsoft.SqlServer.Management.Smo. . :: . .NamedSmoObject
Microsoft.SqlServer.Management.Smo..::..StatisticColumn
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.