BackupRestoreBase.IsStringValid 方法

验证指定的字符串是否有效。

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.SmoExtended(在 Microsoft.SqlServer.SmoExtended.dll 中)

语法

声明
Protected Function IsStringValid ( _
    s As String _
) As Boolean
用法
Dim s As String 
Dim returnValue As Boolean 

returnValue = Me.IsStringValid(s)
protected bool IsStringValid(
    string s
)
protected:
bool IsStringValid(
    String^ s
)
member IsStringValid : 
        s:string -> bool
protected function IsStringValid(
    s : String
) : boolean

参数

返回值

类型:System.Boolean
指示字符串是否有效的 Boolean

示例

备份和还原数据库和事务日志

请参阅

参考

BackupRestoreBase 类

Microsoft.SqlServer.Management.Smo 命名空间

其他资源

RESTORE (Transact-SQL)

BACKUP (Transact-SQL)