SfcSkuAttribute 构造函数 (array<String , Boolean)

Initializes a new instance of the SfcSkuAttribute class with the specified names of SKU. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

命名空间:  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
程序集:  Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

语法

声明
Public Sub New ( _
    skuNames As String(), _
    exclusive As Boolean _
)
用法
Dim skuNames As String()
Dim exclusive As Boolean 

Dim instance As New SfcSkuAttribute(skuNames, _
    exclusive)
public SfcSkuAttribute(
    string[] skuNames,
    bool exclusive
)
public:
SfcSkuAttribute(
    array<String^>^ skuNames, 
    bool exclusive
)
new : 
        skuNames:string[] * 
        exclusive:bool -> SfcSkuAttribute
public function SfcSkuAttribute(
    skuNames : String[], 
    exclusive : boolean
)

参数

  • skuNames
    类型:array<System.String[]
    Specifies the list of SKU names.
  • exclusive
    类型:System.Boolean
    Indicates whether the list of specified SKU is exclusive or inclusive.

请参阅

参考

SfcSkuAttribute 类

SfcSkuAttribute 重载

Microsoft.SqlServer.Management.Sdk.Sfc.Metadata 命名空间