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

功能識別碼。

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

可預備功能。

unconfigured
FeatureUnconfigured

未設定功能。

subFeatures
IList<UserVisibleFeature>

使用者可見功能。

適用於