PolicyCollection 建構函式 (PolicyStore)
Initializes a new instance of the PolicyCollection class.
命名空間: Microsoft.SqlServer.Management.Dmf
組件: Microsoft.SqlServer.Dmf (在 Microsoft.SqlServer.Dmf.dll 中)
語法
'宣告
Public Sub New ( _
parent As PolicyStore _
)
'用途
Dim parent As PolicyStore
Dim instance As New PolicyCollection(parent)
public PolicyCollection(
PolicyStore parent
)
public:
PolicyCollection(
PolicyStore^ parent
)
new :
parent:PolicyStore -> PolicyCollection
public function PolicyCollection(
parent : PolicyStore
)
參數
- parent
型別:Microsoft.SqlServer.Management.Dmf. . :: . .PolicyStore
The PolicyStore represented by this instance.
備註
預設建構函式會初始化任何欄位至其預設值。
只有 Microsoft .NET Framework 2.0 版支援此命名空間、類別或成員。