UserVisibleFeature Konstruktor

Definition

Initialisiert eine neue Instanz der UserVisibleFeature-Klasse.

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))

Parameter

id
String

Die Funktions-ID

name
String

Der Name der Funktion.

description
String

Die Beschreibung der Funktion

state
FeatureState

Der Featurestatus.

skuStatus
FeatureSkuStatus

Der SKU-Status

category
Microsoft.SQL.Chainer.Product.ProductFeatureTypeCategory

Die Funktionskategorie

propagateSelection
Boolean

true angeben, um die Auswahl weiterzugeben, andernfalls false

disallowClusterFollowParent
Boolean

true angeben, wenn nicht zugelassen werden soll, dass der Cluster dem übergeordneten Element folgt; andernfalls false

clustered
Boolean

true, wenn die Funktion gruppiert ist, und andernfalls false

prepable
FeaturePrepable

Die Prepable-Funktion ab

unconfigured
FeatureUnconfigured

Die nicht konfigurierte Funktion

subFeatures
IList<UserVisibleFeature>

Das sichtbare Feature des Benutzers.

Gilt für: