Get-DPMAutoProtectIntent

获取 SQL Server 实例的自动保护设置。

语法

Get-DPMAutoProtectIntent
   [[-DPMServerName] <String>]
   [-SQLInstanceName] <String>
   [<CommonParameters>]
Get-DPMAutoProtectIntent
   [-SQLInstanceName] <String>
   [-ProtectionGroup] <ProtectionGroup>
   [<CommonParameters>]

说明

Get-DPMAutoProtectIntent cmdlet 获取 Microsoft SQL Server 数据管理软件实例的 System Center - Data Protection Manager (DPM) 自动保护设置。 对 SQL Server 实例使用自动保护时,DPM 会识别和保护添加到该实例的新数据库。 若要查看自动保护的当前设置,请指定 SQL Server 实例,以及它所属的保护组或 DPM 服务器的名称。

示例

1:

参数

-DPMServerName

指定此 cmdlet 对其执行操作的 DPM 服务器的名称。

类型:String
别名:ComputerName, CN
Position:2
默认值:None
必需:False
接受管道输入:True
接受通配符:False

-ProtectionGroup

指定此 cmdlet 为其获取设置的保护组。 若要获取 ProtectionGroup 对象,请使用 Get-DPMProtectionGroup cmdlet。

类型:ProtectionGroup
Position:2
默认值:None
必需:True
接受管道输入:True
接受通配符:False

-SQLInstanceName

指定 SQL Server 实例的名称。

类型:String
Position:1
默认值:None
必需:True
接受管道输入:True
接受通配符:False