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.