UserVisibleFeature 생성자

정의

UserVisibleFeature 클래스의 새 인스턴스를 초기화합니다.

public:
 UserVisibleFeature(System::String ^ id, System::String ^ name, System::String ^ description, Microsoft::SqlServer::Configuration::FeatureState state, Microsoft::SqlServer::Configuration::FeatureSkuStatus skuStatus, Microsoft::SQL::Chainer::Product::ProductFeatureTypeCategory category, bool propagateSelection, bool disallowClusterFollowParent, bool clustered, Microsoft::SqlServer::Configuration::FeaturePrepable prepable, Microsoft::SqlServer::Configuration::FeatureUnconfigured unconfigured, System::Collections::Generic::IList<Microsoft::SqlServer::Configuration::UserVisibleFeature ^> ^ subFeatures);
public UserVisibleFeature (string id, string name, string description, Microsoft.SqlServer.Configuration.FeatureState state, Microsoft.SqlServer.Configuration.FeatureSkuStatus skuStatus, Microsoft.SQL.Chainer.Product.ProductFeatureTypeCategory category, bool propagateSelection, bool disallowClusterFollowParent, bool clustered, Microsoft.SqlServer.Configuration.FeaturePrepable prepable, Microsoft.SqlServer.Configuration.FeatureUnconfigured unconfigured, System.Collections.Generic.IList<Microsoft.SqlServer.Configuration.UserVisibleFeature> subFeatures);
new Microsoft.SqlServer.Configuration.UserVisibleFeature : string * string * string * Microsoft.SqlServer.Configuration.FeatureState * Microsoft.SqlServer.Configuration.FeatureSkuStatus * Microsoft.SQL.Chainer.Product.ProductFeatureTypeCategory * bool * bool * bool * Microsoft.SqlServer.Configuration.FeaturePrepable * Microsoft.SqlServer.Configuration.FeatureUnconfigured * System.Collections.Generic.IList<Microsoft.SqlServer.Configuration.UserVisibleFeature> -> Microsoft.SqlServer.Configuration.UserVisibleFeature
Public Sub New (id As String, name As String, description As String, state As FeatureState, skuStatus As FeatureSkuStatus, category As ProductFeatureTypeCategory, propagateSelection As Boolean, disallowClusterFollowParent As Boolean, clustered As Boolean, prepable As FeaturePrepable, unconfigured As FeatureUnconfigured, subFeatures As IList(Of UserVisibleFeature))

매개 변수

id
String

기능 ID입니다.

name
String

기능의 이름입니다.

description
String

기능에 대한 설명입니다.

state
FeatureState

기능 상태입니다.

skuStatus
FeatureSkuStatus

SKU 상태입니다.

category
Microsoft.SQL.Chainer.Product.ProductFeatureTypeCategory

기능 범주입니다.

propagateSelection
Boolean

선택 항목을 전파하려면 true이고, 그렇지 않으면 false입니다.

disallowClusterFollowParent
Boolean

클러스터가 부모를 따르지 않도록 하려면 true이고, 그렇지 않으면 false입니다.

clustered
Boolean

기능이 클러스터형이면 true이고, 그렇지 않으면 false입니다.

prepable
FeaturePrepable

Prepable 기능입니다.

unconfigured
FeatureUnconfigured

구성되지 않은 기능입니다.

subFeatures
IList<UserVisibleFeature>

사용자가 볼 수 있는 기능입니다.

적용 대상