다음을 통해 공유


IsStringValid 메서드

Verifies whether the specified string is valid.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.SmoExtended.dll의 Microsoft.SqlServer.SmoExtended

구문

‘선언
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