Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Represents a data column of an EventInfo object.
Иерархия наследования
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
Microsoft.SqlServer.Management.XEvent.DataEventColumnInfo
Пространство имен: Microsoft.SqlServer.Management.XEvent
Сборка: Microsoft.SqlServer.Management.XEvent (в Microsoft.SqlServer.Management.XEvent.dll)
Синтаксис
'Декларация
Public NotInheritable Class DataEventColumnInfo _
Inherits SfcInstance
'Применение
Dim instance As DataEventColumnInfo
public sealed class DataEventColumnInfo : SfcInstance
public ref class DataEventColumnInfo sealed : public SfcInstance
[<SealedAttribute>]
type DataEventColumnInfo =
class
inherit SfcInstance
end
public final class DataEventColumnInfo extends SfcInstance
Тип DataEventColumnInfo обеспечивает доступ к следующим элементам.
Свойства
| Имя | Описание | |
|---|---|---|
![]() |
AbstractIdentityKey | Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от SfcInstance.) |
![]() |
Capabilities | Gets an integer that references the capabilities of a DataEventColumnInfo object. |
![]() |
CapabilitiesDesc | Gets a description of capabilities of an instance of a DataEventColumnInfo object. |
![]() |
Description | Gets the description of a DataEventColumnInfo object. |
![]() |
ID | Gets the SQL Foundation Class key of a DataEventColumnInfo object. |
![]() |
IdentityKey | Gets the SQL Foundation Class key of an DataEventColumnInfo object. |
![]() |
Metadata | Returns metadata about the instance and its domain. (Производный от SfcInstance.) |
![]() |
Name | Gets the name of a DataEventColumnInfo object. |
![]() |
Parent | Gets or sets the parent of a DataEventColumnInfo object, which is an EventInfo object. |
![]() |
Properties | Returns a collection instance properties. (Производный от SfcInstance.) |
![]() |
State | Returns the state of the SfcInstance object. (Производный от SfcInstance.) |
![]() |
TypeName | Gets or sets the name of the type of the column of a DataEventColumnInfo object. |
![]() |
TypePackageID | Gets the package identifier of the type. |
![]() |
TypePackageName | Gets the name of the type of the Package object that contains the DataEventColumnInfo object. |
![]() |
Urn | Returns the uniform resource name of the SfcInstance object. (Производный от SfcInstance.) |
В начало
Методы
| Имя | Описание | |
|---|---|---|
![]() |
CreateIdentityKey | Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от SfcInstance.) |
![]() |
Discover | Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от SfcInstance.) |
![]() |
Equals | (Производный от Object.) |
![]() |
GetChildCollection | Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от SfcInstance.) |
![]() |
GetDomain | Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от SfcInstance.) |
![]() |
GetHashCode | (Производный от Object.) |
![]() ![]() |
GetObjectFactory | Gets the SQL Foundation Class object factory for a DataEventColumnInfo object. |
![]() |
GetPropertySet | Returns the set of properties for the SfcInstance object. (Производный от SfcInstance.) |
![]() |
GetType | (Производный от Object.) |
![]() |
GetTypeMetadataImpl | Indicates the domains that override by returning the right TypeMetadata class directly. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от SfcInstance.) |
![]() |
InitializeUIPropertyState | Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от SfcInstance.) |
![]() |
OnPropertyMetadataChanges | Invoked whenever the effective value of any SfcInstance metadata is updated. (Производный от SfcInstance.) |
![]() |
OnPropertyValueChanges | Invoked whenever the effective value of any SfcInstance property is updated. (Производный от SfcInstance.) |
![]() |
Refresh | Refreshes the object's properties by reading them from the server. (Производный от SfcInstance.) |
![]() |
ResetKey | Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от SfcInstance.) |
![]() |
Serialize | Serializes the instance to XML. (Производный от SfcInstance.) |
![]() |
ToString | Returns a string representation of the instance Urn. (Производный от SfcInstance.) |
В начало
События
| Имя | Описание | |
|---|---|---|
![]() |
PropertyChanged | CLS-compliant event for property changes. (Производный от SfcInstance.) |
![]() |
PropertyMetadataChanged | CLS-compliant event for property metadata changes. (Производный от SfcInstance.) |
В начало
Замечания
An EventInfo object can have three kinds of columns: customizable, data, and readonly. A DataEventColumnInfo object represents a data column of an EventInfo object and can be used in a PredOperand object.
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)