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>
Видимая для пользователя функция.