SfcSkuAttribute 构造函数 (String, Boolean)
Initializes a new instance of the SfcSkuAttribute class with the specified name of SKU. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
命名空间: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
程序集: Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
语法
声明
Public Sub New ( _
skuName As String, _
exclusive As Boolean _
)
用法
Dim skuName As String
Dim exclusive As Boolean
Dim instance As New SfcSkuAttribute(skuName, _
exclusive)
public SfcSkuAttribute(
string skuName,
bool exclusive
)
public:
SfcSkuAttribute(
String^ skuName,
bool exclusive
)
new :
skuName:string *
exclusive:bool -> SfcSkuAttribute
public function SfcSkuAttribute(
skuName : String,
exclusive : boolean
)
参数
- skuName
类型:System. . :: . .String
A String that specifies the name of the SKU.
- exclusive
类型:System. . :: . .Boolean
Indicates whether the specified SKU is exclusive or inclusive.