Compartilhar via


Construtor SfcSkuAttribute (String[], Boolean)

Initializes a new instance of the SfcSkuAttribute class with the specified names of SKU. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Public Sub New ( _
    skuNames As String(), _
    exclusive As Boolean _
)
'Uso
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
)

Parâmetros