PolicyCategorySubscription.Key 建構函式 (Int32)
Initializes a new instance of the PolicyCategorySubscription.Key class that has the specified name.
命名空間: Microsoft.SqlServer.Management.Dmf
組件: Microsoft.SqlServer.Dmf (在 Microsoft.SqlServer.Dmf.dll 中)
語法
'宣告
Public Sub New ( _
id As Integer _
)
'用途
Dim id As Integer
Dim instance As New PolicyCategorySubscription.Key(id)
public Key(
int id
)
public:
Key(
int id
)
new :
id:int -> Key
public function PolicyCategorySubscription.Key(
id : int
)
參數
- id
型別:System.Int32
A Int32 value that specifies the name of the key.
備註
只有 Microsoft .NET Framework 2.0 版支援此命名空間、類別或成員。
請參閱
參考
PolicyCategorySubscription.Key 類別