Assigns (copies) properties from another
Query to the current object.
シンタックス
'宣言
Public Sub AssignFrom( _
ByVal As Query _
)
'使用法
Dim instance As Query
Dim source As Query
instance.AssignFrom(source)
public void AssignFrom(
Query
)
パラメータ
- source
- The source object to copy properties from.
参照