다음을 통해 공유


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
)

매개 변수

  • exclusive
    유형: System.Boolean
    Indicates whether the specified SKU is exclusive or inclusive.

참고 항목

참조

SfcSkuAttribute 클래스

SfcSkuAttribute 오버로드

Microsoft.SqlServer.Management.Sdk.Sfc.Metadata 네임스페이스