Конструктор 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.