Konstruktor SfcSkuAttribute (array<String[], Boolean)
Inicjuje nowe wystąpienie SfcSkuAttribute klasy określonej nazwy jednostki SKU.Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.
Przestrzeń nazw: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Zestaw: Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Składnia
'Deklaracja
Public Sub New ( _
skuNames As String(), _
exclusive As Boolean _
)
'Użycie
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
)
Parametry
- skuNames
Typ: array<System.String[]
Określa listę nazw SKU.
- exclusive
Typ: System.Boolean
Wskazuje, czy lista określonych SKU wyłączne lub włącznie.