Metodo GetDevicesScript
Gets the script that is used to create devices.
Questa API non è conforme a CLS. L'alternativa conforme a CLS è .
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
Sintassi
'Dichiarazione
<CLSCompliantAttribute(False)> _
Protected Sub GetDevicesScript ( _
query As StringBuilder, _
devices As BackupDeviceList, _
targetVersion As ServerVersion _
)
'Utilizzo
Dim query As StringBuilder
Dim devices As BackupDeviceList
Dim targetVersion As ServerVersion
Me.GetDevicesScript(query, devices, _
targetVersion)
[CLSCompliantAttribute(false)]
protected void GetDevicesScript(
StringBuilder query,
BackupDeviceList devices,
ServerVersion targetVersion
)
[CLSCompliantAttribute(false)]
protected:
void GetDevicesScript(
StringBuilder^ query,
BackupDeviceList^ devices,
ServerVersion^ targetVersion
)
[<CLSCompliantAttribute(false)>]
member GetDevicesScript :
query:StringBuilder *
devices:BackupDeviceList *
targetVersion:ServerVersion -> unit
protected function GetDevicesScript(
query : StringBuilder,
devices : BackupDeviceList,
targetVersion : ServerVersion
)
Parametri
- query
Tipo: System.Text. . :: . .StringBuilder
A StringBuilder value that specifies the Transact-SQL query.
- devices
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .BackupDeviceList
A BackupDeviceItem object value that specifies the devices associated with the backup or restore operation.
- targetVersion
Tipo: Microsoft.SqlServer.Management.Common. . :: . .ServerVersion
A ServerVersion object that specifies the version of the instance of SQL Server on which the devices are to be re-created.
Vedere anche