SqlString.Implicit(String to SqlString) 연산자

정의

매개 변수SqlStringString .로 변환합니다.

public:
 static operator System::Data::SqlTypes::SqlString(System::String ^ x);
public static implicit operator System.Data.SqlTypes.SqlString(string x);
static member op_Implicit : string -> System.Data.SqlTypes.SqlString
Public Shared Widening Operator CType (x As String) As SqlString

매개 변수

x
String

String 변환할 수 있습니다.

반품

지정된 String값이 들어 있는 A SqlString 입니다.

적용 대상

추가 정보