SequenceFile.GetSequenceByName
- 已更新2025-07-21
- 閱讀時間為 1 分鐘
SequenceFile.GetSequenceByName
Syntax
SequenceFile.GetSequenceByName( sequenceNameParam)
Return Value
Purpose
Returns a reference to a Sequence object you specify by name.
Remarks
Sequence names are case-insensitive.
Parameters
sequenceNameParam As String
[In] Specifies the name of the Sequence object to which you want a reference. If the sequence name does not exist, the method reports an error.