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.