Aracılığıyla paylaş


BackupRestoreBase.IsStringValid Method

Verifies whether the specified string is valid.

Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in microsoft.sqlserver.smoextended.dll)

Syntax

'Bildirim
Protected Function IsStringValid ( _
    s As String _
) As Boolean
protected bool IsStringValid (
    string s
)
protected:
bool IsStringValid (
    String^ s
)
protected boolean IsStringValid (
    String s
)
protected function IsStringValid (
    s : String
) : boolean

Parameters

  • s

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.