Compartir a través de


IsStringValid Método

Verifies whether the specified string is valid.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)

Sintaxis

'Declaración
Protected Function IsStringValid ( _
    s As String _
) As Boolean
'Uso
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

Parámetros

Valor devuelto

Tipo: System. . :: . .Boolean