FeatureTree 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
기능 트리를 나타냅니다.
public ref class FeatureTree : Microsoft::SqlServer::Configuration::IFeatureTree
public class FeatureTree : Microsoft.SqlServer.Configuration.IFeatureTree
type FeatureTree = class
interface IFeatureTree
Public Class FeatureTree
Implements IFeatureTree
- 상속
-
FeatureTree
- 구현
속성
| AllFeatures |
모든 기능을 가져오거나 설정합니다. |
| InstanceFeatures |
인스턴스 기능을 설정하거나 가져옵니다. |
| InstanceListAttributes |
인스턴스 목록 특성을 가져오거나 설정합니다. |
| InstanceListFeatures |
인스턴스 목록 기능을 가져오거나 설정합니다. |
| Item[String] |
지정된 키가 있는 기능을 가져오거나 설정합니다. |
| MachineFeatures |
컴퓨터 기능을 가져오거나 설정합니다. |
| RedistFeatures |
재배포 기능을 가져오거나 설정합니다. |
| SharedCategory |
공유 범주를 가져오거나 설정합니다. |
메서드
| CopyInstanceToList(String, InstanceAttribute) |
인스턴스 특성을 인스턴스 목록 특성에 복사합니다. |
| CopyInstanceToList(String, UserVisibleFeatureCollection, InstanceAttribute) |
인스턴스 특성을 인스턴스 목록 특성에 복사합니다. |
| LoadDeselected(String[]) |
선택 취소된 기능을 로드합니다. |
| LoadSelected(String[]) |
선택한 기능을 로드합니다. |
| OnFeatureActionChanged(FeatureTreeEventArgs) |
FeatureActionChanged 이벤트를 발생시킵니다. |
| Save(FeatureAction) |
기능 트리를 저장합니다. |
| SaveDeselected() |
선택 취소된 기능을 저장합니다. |
| SaveSelected() |
선택한 기능을 저장합니다. |
| SetInstanceAttribute(String, String, String) |
인스턴스 특성에 값을 설정합니다. |
이벤트
| FeatureActionChanged |
기능이 변경될 때 발생합니다. |