SfcSkuAttribute Constructors

Definition

Overloads

SfcSkuAttribute(String, Boolean)
SfcSkuAttribute(String[], Boolean)

SfcSkuAttribute(String, Boolean)

public SfcSkuAttribute (string skuName, bool exclusive);
new Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcSkuAttribute : string * bool -> Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcSkuAttribute
Public Sub New (skuName As String, exclusive As Boolean)

Parameters

skuName
String

SKU name.

exclusive
Boolean

Indicates whether the SKU that is specified, is exclusive or inclusive.

Applies to

SfcSkuAttribute(String[], Boolean)

public SfcSkuAttribute (string[] skuNames, bool exclusive);
new Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcSkuAttribute : string[] * bool -> Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcSkuAttribute
Public Sub New (skuNames As String(), exclusive As Boolean)

Parameters

skuNames
String[]

List of SKU names.

exclusive
Boolean

Indicates whether the SKU's that are specified, are exclusive or inclusive.

Applies to