Policy.Key 建構函式 (Policy.Key)
Initializes a new instance of the Policy..::..Key class based on the specified key.
命名空間: Microsoft.SqlServer.Management.Dmf
組件: Microsoft.SqlServer.Dmf (在 Microsoft.SqlServer.Dmf.dll 中)
語法
'宣告
Public Sub New ( _
other As Policy..::..Key _
)
'用途
Dim other As Policy..::..Key
Dim instance As New Policy..::..Key(other)
public Key(
Policy..::..Key other
)
public:
Key(
Policy..::..Key^ other
)
new :
other:Policy..::..Key -> Key
public function Policy..::..Key(
other : Policy..::..Key
)
參數
- other
型別:Microsoft.SqlServer.Management.Dmf. . :: . .Policy. . :: . .Key
A Policy..::..Key value that specifies the key to use in constructing a new object.