LikePredicate.FirstExpression 속성
Gets or sets the first expression.
네임스페이스: Microsoft.SqlServer.TransactSql.ScriptDom
어셈블리: Microsoft.SqlServer.TransactSql.ScriptDom(Microsoft.SqlServer.TransactSql.ScriptDom.dll)
구문
‘선언
Public Property FirstExpression As ScalarExpression
Get
Set
‘사용 방법
Dim instance As LikePredicate
Dim value As ScalarExpression
value = instance.FirstExpression
instance.FirstExpression = value
public ScalarExpression FirstExpression { get; set; }
public:
property ScalarExpression^ FirstExpression {
ScalarExpression^ get ();
void set (ScalarExpression^ value);
}
member FirstExpression : ScalarExpression with get, set
function get FirstExpression () : ScalarExpression
function set FirstExpression (value : ScalarExpression)
속성 값
유형: Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
The first expression.