TargetColumnInfo 클래스
Represents a customizable column of a TargetInfo object.
상속 계층
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
Microsoft.SqlServer.Management.XEvent.TargetColumnInfo
네임스페이스: Microsoft.SqlServer.Management.XEvent
어셈블리: Microsoft.SqlServer.Management.XEvent(Microsoft.SqlServer.Management.XEvent.dll)
구문
‘선언
Public NotInheritable Class TargetColumnInfo _
Inherits SfcInstance
‘사용 방법
Dim instance As TargetColumnInfo
public sealed class TargetColumnInfo : SfcInstance
public ref class TargetColumnInfo sealed : public SfcInstance
[<SealedAttribute>]
type TargetColumnInfo =
class
inherit SfcInstance
end
public final class TargetColumnInfo extends SfcInstance
TargetColumnInfo 유형에서 다음 멤버를 표시합니다.
속성
이름 | 설명 | |
---|---|---|
AbstractIdentityKey | 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. (SfcInstance에서 상속됨) | |
Capabilities | Gets an integer value that represents the capabilities. | |
CapabilitiesDesc | Gets a string value that contains the capabilities description. | |
Description | Gets a string value that contains the TargetColumnInfo description. | |
ID | Gets the identifier for a TargetColumnInfo object. | |
IdentityKey | Gets the identity key of a TargetColumnInfo object. | |
Metadata | Returns metadata about the instance and its domain. (SfcInstance에서 상속됨) | |
Name | The name of a TargetColumnInfo object. | |
Parent | Gets or sets the parent TargetInfo object. | |
Properties | Returns a collection instance properties. (SfcInstance에서 상속됨) | |
State | Returns the state of the SfcInstance object. (SfcInstance에서 상속됨) | |
TypeName | Gets the name of the type of a TargetColumnInfo object. | |
TypePackageID | Gets the package ID of the type. | |
TypePackageName | Gets the name of the type package of a TargetColumnInfo object. | |
Urn | Returns the uniform resource name of the SfcInstance object. (SfcInstance에서 상속됨) | |
Value | Gets the value of a TargetColumnInfo object. |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
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. | |
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에서 상속됨) |
맨 위로 이동
주의
TargetInfo currently has only one kind of column: customizable column.
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.