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